HomeSort by relevance Sort by last modified time
    Searched refs:KERNEL (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/libyuv/util/
ssim.cc 36 enum { KERNEL = 3, KERNEL_SIZE = 2 * KERNEL + 1 };
38 // Symmetric Gaussian kernel: K[i] = ~11 * exp(-0.3 * i * i)
44 static const double kiW[KERNEL + 1 + 1] = {
105 org += (yo - KERNEL) * stride;
106 org += (xo - KERNEL);
107 rec += (yo - KERNEL) * stride;
108 rec += (xo - KERNEL);
110 if (((yo - KERNEL + y_) < 0) || ((yo - KERNEL + y_) >= H)) continue
    [all...]
  /external/genext2fs/
mkbootimg_ext2.sh 3 KERNEL=
13 --kernel)
14 KERNEL=$2
52 echo " --kernel <kernel> The kernel to boot"
71 if [ -z "$KERNEL" -o -z "$RAMDISK" -o -z "$GENEXT2FS" -o -z "$TMPDIR" -o \
77 if ! [ -x "$GENEXT2FS" -a -f "$RAMDISK" -a -f "$KERNEL" ]; then
86 cp -f $KERNEL $TMPDIR/kernel
    [all...]
  /external/libpcap/bpf/net/
bpf_filter.c 41 #if !(defined(lint) || defined(KERNEL) || defined(_KERNEL))
85 #if !defined(KERNEL) && !defined(_KERNEL)
125 #if defined(KERNEL) || defined(_KERNEL)
207 * For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0,
220 #if defined(KERNEL) || defined(_KERNEL)
245 #if defined(KERNEL) || defined(_KERNEL)
259 #if defined(KERNEL) || defined(_KERNEL)
276 #if defined(KERNEL) || defined(_KERNEL)
293 #if defined(KERNEL) || defined(_KERNEL)
318 #if defined(KERNEL) || defined(_KERNEL
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
filter.c 110 enum { KERNEL = 3 };
126 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL;
127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL;
128 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
  /external/webp/src/enc/
filter.c 110 enum { KERNEL = 3 };
126 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL;
127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL;
128 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sha1.h 84 #if (defined(__APPLE__) && defined(KERNEL))
  /external/libpcap/Win32/Include/net/
if.h 44 #ifndef KERNEL
218 #ifdef KERNEL
226 #ifdef KERNEL
  /external/ppp/pppd/include/net/
if_ppp.h 152 #if (defined(_KERNEL) || defined(KERNEL)) && !defined(NeXT)
  /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/qemu/android/avd/
info.h 24 * directory containing all kernel/disk images for a given virtual
59 _AVD_IMG(KERNEL,"kernel-qemu","kernel") \
  /external/oprofile/utils/
opcontrol 156 "default" or "name:count:unitmask:kernel:user", where :
161 kernel: whether to profile kernel: 0 or 1
170 kernel: same as library, plus kernel profiles
181 --vmlinux=file vmlinux kernel image
182 --no-vmlinux no kernel image (vmlinux) available
183 --kernel-range=start,end kernel range vma address in hexadecimal
184 --buffer-size=num kernel buffer size in sample units
    [all...]
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 49 KERNEL
114 reinterpret_cast<void(*)()>(&FakeNtCreateFile<KERNEL>));
117 reinterpret_cast<void(*)()>(&FakeNtCreateFile<KERNEL>));
  /external/libpcap/lbl/
os-sunos4.h 209 #ifdef KERNEL
  /external/tcpdump/lbl/
os-sunos4.h 209 #ifdef KERNEL
  /bionic/libc/kernel/uapi/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
21 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
30 #ifdef KERNEL
  /development/ndk/platforms/android-3/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
24 #ifdef KERNEL
  /development/ndk/platforms/android-L/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
21 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
30 #ifdef KERNEL
  /external/kernel-headers/original/uapi/linux/
coda.h 65 ((defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL))
74 #ifdef KERNEL
93 #else /* DJGPP but not KERNEL */
96 #endif /* !KERNEL */
245 * Kernel <--> Venus communications.
568 /* CODA_INVALIDATE is a venus->kernel call */
569 /* CODA_FLUSH is a venus->kernel call */
572 /* CODA_PURGEUSER is a venus->kernel call */
579 /* CODA_ZAPFILE is a venus->kernel call */
586 /* CODA_ZAPDIR is a venus->kernel call */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
coda.h 65 ((defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL))
74 #ifdef KERNEL
93 #else /* DJGPP but not KERNEL */
96 #endif /* !KERNEL */
243 * Kernel <--> Venus communications.
566 /* CODA_INVALIDATE is a venus->kernel call */
567 /* CODA_FLUSH is a venus->kernel call */
570 /* CODA_PURGEUSER is a venus->kernel call */
577 /* CODA_ZAPFILE is a venus->kernel call */
584 /* CODA_ZAPDIR is a venus->kernel call */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coda.h 65 ((defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL))
74 #ifdef KERNEL
93 #else /* DJGPP but not KERNEL */
96 #endif /* !KERNEL */
243 * Kernel <--> Venus communications.
566 /* CODA_INVALIDATE is a venus->kernel call */
567 /* CODA_FLUSH is a venus->kernel call */
570 /* CODA_PURGEUSER is a venus->kernel call */
577 /* CODA_ZAPFILE is a venus->kernel call */
584 /* CODA_ZAPDIR is a venus->kernel call */
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
24 #ifdef KERNEL
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
24 #ifdef KERNEL
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
24 #ifdef KERNEL
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
24 #ifdef KERNEL
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
coda.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #if defined(__NetBSD__) || (defined(DJGPP) || defined(__CYGWIN32__)) && !defined(KERNEL)
24 #ifdef KERNEL

Completed in 2260 milliseconds

1 2 3 4 5 6 7