HomeSort by relevance Sort by last modified time
    Searched defs:_IOC_DIRBITS (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /development/ndk/platforms/android-21/arch-mips/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctl.h 14 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/asm/
ioctl.h 22 #define _IOC_DIRBITS 3
  /cts/hostsidetests/security/securityPatch/Bug-34173755/
local_poc.h 32 #ifndef _IOC_DIRBITS
33 # define _IOC_DIRBITS 2
39 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /cts/hostsidetests/security/securityPatch/CVE-2017-0564/
local_poc.h 31 #ifndef _IOC_DIRBITS
32 # define _IOC_DIRBITS 2
38 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /bionic/libc/kernel/uapi/asm-generic/
ioctl.h 26 #ifndef _IOC_DIRBITS
27 #define _IOC_DIRBITS 2
32 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS) - 1)
  /development/ndk/platforms/android-21/include/asm-generic/
ioctl.h 27 #ifndef _IOC_DIRBITS
29 #define _IOC_DIRBITS 2
35 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
ioctl.h 25 #define _IOC_DIRBITS 3
30 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /development/ndk/platforms/android-9/include/asm-generic/
ioctl.h 18 #define _IOC_DIRBITS 2
23 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /external/autotest/client/bin/input/
linux_ioctl.py 25 _IOC_DIRBITS = 2
30 _IOC_DIRMASK = ((1 << _IOC_DIRBITS) - 1)
  /external/kernel-headers/original/uapi/asm-generic/
ioctl.h 34 #ifndef _IOC_DIRBITS
35 # define _IOC_DIRBITS 2
41 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ioctl.h 34 #ifndef _IOC_DIRBITS
35 # define _IOC_DIRBITS 2
41 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctl.h 34 #ifndef _IOC_DIRBITS
35 # define _IOC_DIRBITS 2
41 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
ioctl.h 18 #define _IOC_DIRBITS 2
23 #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1)

Completed in 827 milliseconds

1 2 3 4 5 6