OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_IOC_SIZEBITS
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/bionic/libc/kernel/uapi/asm-mips/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/development/ndk/platforms/android-21/arch-mips/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/development/ndk/platforms/android-21/arch-mips64/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/external/kernel-headers/original/uapi/asm-mips/asm/
ioctl.h
13
#define
_IOC_SIZEBITS
13
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/
ioctl.h
21
#define
_IOC_SIZEBITS
13
/bionic/libc/kernel/uapi/asm-generic/
ioctl.h
24
#ifndef
_IOC_SIZEBITS
25
#define
_IOC_SIZEBITS
14
34
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
) - 1)
40
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT +
_IOC_SIZEBITS
)
/development/ndk/platforms/android-21/include/asm-generic/
ioctl.h
24
#ifndef
_IOC_SIZEBITS
25
#define
_IOC_SIZEBITS
14
34
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
40
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/development/ndk/platforms/android-3/include/asm-generic/
ioctl.h
17
#define
_IOC_SIZEBITS
14
22
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
28
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
37
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/development/ndk/platforms/android-9/arch-mips/include/asm/
ioctl.h
24
#define
_IOC_SIZEBITS
13
29
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
35
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
47
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/external/autotest/client/bin/input/
linux_ioctl.py
24
_IOC_SIZEBITS
= 14
29
_IOC_SIZEMASK = ((1 <<
_IOC_SIZEBITS
) - 1)
35
_IOC_DIRSHIFT = (_IOC_SIZESHIFT +
_IOC_SIZEBITS
)
/external/kernel-headers/original/uapi/asm-generic/
ioctl.h
30
#ifndef
_IOC_SIZEBITS
31
# define
_IOC_SIZEBITS
14
40
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
46
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ioctl.h
30
#ifndef
_IOC_SIZEBITS
31
# define
_IOC_SIZEBITS
14
40
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
46
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctl.h
30
#ifndef
_IOC_SIZEBITS
31
# define
_IOC_SIZEBITS
14
40
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
46
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
ioctl.h
17
#define
_IOC_SIZEBITS
14
22
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
28
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
37
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
ioctl.h
24
#define
_IOC_SIZEBITS
13
29
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
35
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
47
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
ioctl.h
17
#define
_IOC_SIZEBITS
14
22
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
28
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
37
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
ioctl.h
17
#define
_IOC_SIZEBITS
14
22
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
28
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
37
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
ioctl.h
17
#define
_IOC_SIZEBITS
14
22
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
28
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
37
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
ioctl.h
24
#define
_IOC_SIZEBITS
13
29
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
35
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
47
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
ioctl.h
17
#define
_IOC_SIZEBITS
14
22
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
28
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
37
#define _IOC_TYPECHECK(t) ((sizeof(t) == sizeof(t[1]) && sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? sizeof(t) : __invalid_size_argument_for_IOC)
Completed in 1461 milliseconds
1
2
3
4