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

  /bionic/libc/kernel/common/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /development/ndk/platforms/android-3/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /external/kernel-headers/original/linux/
version.h 2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
version.h 13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  /external/iptables/include/linux/netfilter_ipv4/
ipt_conntrack.h 12 #ifndef KERNEL_VERSION
13 #define KERNEL_VERSION(a,b,c) (((a) << 16) | ((b) << 8) | (c))
16 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18)) || !defined IPS_EXPECTED

Completed in 262 milliseconds