OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__s16
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/external/e2fsprogs/include/nonunix/linux/
types.h
15
typedef signed __int16
__s16
;
typedef
/external/e2fsprogs/lib/blkid/
tst_types.c
35
if (sizeof(
__s16
) != 2) {
36
printf("Sizeof(
__s16
) is %d should be 2\n",
37
(int)sizeof(
__s16
));
blkid_types.h
46
typedef __S16_TYPEDEF
__s16
;
typedef
49
typedef int
__s16
;
52
typedef short
__s16
;
blkid_types.h.in
39
typedef __S16_TYPEDEF
__s16
;
42
typedef int
__s16
;
45
typedef short
__s16
;
/external/e2fsprogs/lib/ext2fs/
tst_types.c
35
if (sizeof(
__s16
) != 2) {
36
printf("Sizeof(
__s16
) is %d should be 2\n",
37
(int)sizeof(
__s16
));
ext2_types.h
46
typedef __S16_TYPEDEF
__s16
;
typedef
49
typedef int
__s16
;
52
typedef short
__s16
;
ext2_types.h.in
39
typedef __S16_TYPEDEF
__s16
;
42
typedef int
__s16
;
45
typedef short
__s16
;
/bionic/libc/kernel/arch-arm/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/bionic/libc/kernel/arch-x86/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/bionic/libc/kernel/common/linux/
aio_abi.h
49
__s16
aio_reqprio;
smb.h
58
__s16
serverzone;
/external/kernel-headers/original/asm-arm/
types.h
16
typedef __signed__ short
__s16
;
typedef
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
aio_abi.h
49
__s16
aio_reqprio;
smb.h
58
__s16
serverzone;
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
aio_abi.h
49
__s16
aio_reqprio;
smb.h
58
__s16
serverzone;
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
aio_abi.h
49
__s16
aio_reqprio;
smb.h
58
__s16
serverzone;
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
aio_abi.h
49
__s16
aio_reqprio;
Completed in 504 milliseconds
1
2
3
4