OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__int32_t
(Results
1 - 12
of
12
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/sys/
_types.h
43
typedef
__int32_t
__dev_t; /* device number */
53
typedef
__int32_t
__pid_t; /* process id */
56
typedef
__int32_t
__segsz_t; /* segment size */
58
typedef
__int32_t
__swblk_t; /* swap offset */
61
typedef
__int32_t
__suseconds_t; /* microseconds (signed) */
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
43
typedef
__int32_t
__dev_t; /* device number */
53
typedef
__int32_t
__pid_t; /* process id */
56
typedef
__int32_t
__segsz_t; /* segment size */
58
typedef
__int32_t
__swblk_t; /* swap offset */
61
typedef
__int32_t
__suseconds_t; /* microseconds (signed) */
/development/ndk/platforms/android-9/arch-x86/include/sys/
_types.h
43
typedef
__int32_t
__dev_t; /* device number */
53
typedef
__int32_t
__pid_t; /* process id */
56
typedef
__int32_t
__segsz_t; /* segment size */
58
typedef
__int32_t
__swblk_t; /* swap offset */
61
typedef
__int32_t
__suseconds_t; /* microseconds (signed) */
/development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h
43
typedef int
__int32_t
;
typedef
55
typedef
__int32_t
__int_least32_t;
61
typedef
__int32_t
__int_fast8_t;
63
typedef
__int32_t
__int_fast16_t;
65
typedef
__int32_t
__int_fast32_t;
79
typedef
__int32_t
__register_t;
/development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h
43
typedef int
__int32_t
;
typedef
55
typedef
__int32_t
__int_least32_t;
61
typedef
__int32_t
__int_fast8_t;
63
typedef
__int32_t
__int_fast16_t;
65
typedef
__int32_t
__int_fast32_t;
79
typedef
__int32_t
__register_t;
/development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h
51
typedef int
__int32_t
;
typedef
63
typedef
__int32_t
__int_least32_t;
69
typedef
__int32_t
__int_fast8_t;
71
typedef
__int32_t
__int_fast16_t;
73
typedef
__int32_t
__int_fast32_t;
91
typedef
__int32_t
__register_t;
92
typedef
__int32_t
f_register_t; /* XXX */
/external/oprofile/libpopt/
system.h
8
extern __const
__int32_t
*__ctype_tolower;
10
extern __const
__int32_t
*__ctype_toupper;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_freebsd.h
29
typedef
__int32_t
__xregister_t;
/bionic/libc/include/
stdint.h
39
typedef int
__int32_t
;
typedef
63
typedef
__int32_t
int32_t;
/development/ndk/platforms/android-L/include/
stdint.h
39
typedef int
__int32_t
;
typedef
63
typedef
__int32_t
int32_t;
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
43
typedef
__int32_t
Elf32_Sword; /* Signed large integer */
49
typedef
__int32_t
Elf64_Shalf;
55
typedef
__int32_t
Elf64_Sword;
/development/ndk/platforms/android-3/include/
stdint.h
46
typedef
__int32_t
int32_t;
Completed in 58 milliseconds