/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-3/arch-mips/usr/include/linux/ |
version.h | 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
/prebuilts/ndk/8/platforms/android-3/arch-x86/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-4/arch-mips/usr/include/linux/ |
version.h | 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
/prebuilts/ndk/8/platforms/android-4/arch-x86/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-5/arch-mips/usr/include/linux/ |
version.h | 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
/prebuilts/ndk/8/platforms/android-5/arch-x86/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-8/arch-mips/usr/include/linux/ |
version.h | 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
/prebuilts/ndk/8/platforms/android-8/arch-x86/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/valgrind/main/drd/scripts/ppc-cross/ |
download-and-build-ppc-crosscompiler | 125 KERNEL_VERSION=2.6.22 146 export LINUX_DIR=linux-$KERNEL_VERSION 148 export KERNELCONFIG=$PWD/kernel-config/$KERNEL_VERSION/.config
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
typedefs.h | 79 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19)) 83 #if (LINUX_VERSION_CODE == KERNEL_VERSION(2, 6, 18))
|
/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...] |