KERNEL 114 chrome_elf/create_file/chrome_create_file_unittest.cc reinterpret_cast<void(*)()>(&FakeNtCreateFile<KERNEL>)); KERNEL 117 chrome_elf/create_file/chrome_create_file_unittest.cc reinterpret_cast<void(*)()>(&FakeNtCreateFile<KERNEL>)); KERNEL 64 third_party/libusb/src/libusb/os/linux_netlink.c struct sockaddr_nl snl = { .nl_family=AF_NETLINK, .nl_groups=KERNEL }; KERNEL 98 third_party/libusb/src/libusb/os/linux_netlink.c snl.nl_groups = KERNEL; KERNEL 299 third_party/libwebp/enc/filter.c const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL; KERNEL 300 third_party/libwebp/enc/filter.c const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; KERNEL 301 third_party/libwebp/enc/filter.c const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL; KERNEL 302 third_party/libwebp/enc/filter.c const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;