Searched refs:__int32_t (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/sys/
H A D_types.h43 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) */
/bionic/libc/arch-arm/include/machine/
H A D_types.h54 typedef int __int32_t; typedef
66 typedef __int32_t __int_least32_t;
72 typedef __int32_t __int_fast8_t;
74 typedef __int32_t __int_fast16_t;
76 typedef __int32_t __int_fast32_t;
90 typedef __int32_t __register_t;
/bionic/libc/arch-x86/include/machine/
H A D_types.h68 typedef int __int32_t; typedef
80 typedef __int32_t __int_least32_t;
86 typedef __int32_t __int_fast8_t;
88 typedef __int32_t __int_fast16_t;
90 typedef __int32_t __int_fast32_t;
104 typedef __int32_t __register_t;
/bionic/libc/include/
H A Dstdint.h52 typedef __int32_t int32_t;

Completed in 230 milliseconds