Home
last modified time | relevance | path

Searched refs:KERNEL_VERSION (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
Dmedia.h30 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh93 KERNEL_VERSION=1
635 --version "${KERNEL_VERSION}" \
709 KERNEL_VERSION=$(sed -n 's#^kernel_version=\(.*\)#\1#pg' ${VERSION_FILE})
712 echo "Using kernel version: ${KERNEL_VERSION}"
/external/strace/
Dmtd.c33 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
38 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 7, 0)
Ddefs.h424 #undef KERNEL_VERSION
425 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
Dstrace.c1399 if (rel >= KERNEL_VERSION(1,0,0)) in get_os_release()
1404 if (rel >= KERNEL_VERSION(0,1,0)) { in get_os_release()
2129 if (os_release >= KERNEL_VERSION(3,0,0)) in trace()
/external/valgrind/VEX/test/
Dtest-i386.c925 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66)
Dtest-amd64.c963 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66)