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
365
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
));
/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
));
/development/ndk/platforms/android-3/arch-arm/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
type_compat.h
10
typedef int16_t
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
types.h
16
typedef __signed__ short
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb.h
61
__s16
serverzone;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
type_compat.h
10
typedef int16_t
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
types.h
16
typedef __signed__ short
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb.h
61
__s16
serverzone;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
type_compat.h
10
typedef int16_t
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
types.h
16
typedef __signed__ short
__s16
;
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb.h
61
__s16
serverzone;
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
types.h
22
typedef __signed__ short
__s16
;
typedef
Completed in 1625 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>