OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KERNEL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c
56
#define
KERNEL
1
64
struct sockaddr_nl snl = { .nl_family=AF_NETLINK, .nl_groups=
KERNEL
};
98
snl.nl_groups =
KERNEL
;
195
/* parse parts of netlink message common to both libudev and the
kernel
*/
284
/* TODO -- authenticate this message is from the
kernel
or udevd */
/external/chromium_org/third_party/libwebp/enc/
filter.c
238
enum {
KERNEL
= 3 };
254
const int ymin = (yo -
KERNEL
< 0) ? 0 : yo -
KERNEL
;
255
const int ymax = (yo +
KERNEL
> H - 1) ? H - 1 : yo +
KERNEL
;
256
const int xmin = (xo -
KERNEL
< 0) ? 0 : xo -
KERNEL
;
257
const int xmax = (xo +
KERNEL
> W - 1) ? W - 1 : xo +
KERNEL
;
/external/webp/src/enc/
filter.c
238
enum {
KERNEL
= 3 };
254
const int ymin = (yo -
KERNEL
< 0) ? 0 : yo -
KERNEL
;
255
const int ymax = (yo +
KERNEL
> H - 1) ? H - 1 : yo +
KERNEL
;
256
const int xmin = (xo -
KERNEL
< 0) ? 0 : xo -
KERNEL
;
257
const int xmax = (xo +
KERNEL
> W - 1) ? W - 1 : xo +
KERNEL
;
Completed in 554 milliseconds