HomeSort by relevance Sort by last modified time
    Searched refs:KERNEL_VERSION (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /external/oprofile/module/
compat.h 24 #define V_BEFORE(a, b, c) (LINUX_VERSION_CODE < KERNEL_VERSION(a, b, c))
25 #define V_AT_LEAST(a, b, c) (LINUX_VERSION_CODE >= KERNEL_VERSION(a, b, c))
  /external/yaffs2/yaffs2/
yaffs_mtdif.c 29 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18))
41 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
78 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
85 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
142 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
149 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
yaffs_fs.c 53 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
69 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
95 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
106 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
117 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
133 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
144 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
152 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
154 #elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
166 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0)
    [all...]
yaffs_mtdif2.c 124 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
140 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
184 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
199 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 99 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19))
103 #if (LINUX_VERSION_CODE == KERNEL_VERSION(2, 6, 18))
  /bionic/libc/kernel/common/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /external/kernel-headers/original/linux/
media.h 30 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /hardware/samsung_slsi/exynos5/include/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
media.h 30 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 71 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 67 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)
  /system/core/include/usbhost/
usbhost.h 27 #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 20)
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 30 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
293 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,7))
518 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,7))

Completed in 570 milliseconds

12 3