HomeSort by relevance Sort by last modified time
    Searched defs:KERNEL (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 43 #define KERNEL 1
50 struct sockaddr_nl snl = { .nl_family=AF_NETLINK, .nl_groups=KERNEL };
56 snl.nl_groups = KERNEL;
116 /* parse parts of netlink message common to both libudev and the kernel */
205 /* 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;
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1690 milliseconds