Searched defs:int32_t (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/common/src/
H A Dcrtbrand.c26 /* The following trick defines int32_t w/o including <stdint.h>
28 line turns into "typedef int int32_t[0]" and later fails with error messages
33 typedef int int32_t[sizeof(int) == 4]; typedef
59 int32_t namesz;
60 int32_t descsz;
61 int32_t type;
63 int32_t android_api;
66 sizeof(int32_t),
/development/ndk/platforms/android-3/include/
H A Dstdint.h46 typedef __int32_t int32_t; typedef
89 typedef int32_t int_fast16_t;
118 * int32_t & uint32_t
121 typedef int32_t int_least32_t;
122 typedef int32_t int_fast32_t;
/development/ndk/platforms/android-3/include/linux/
H A Dcoda.h73 typedef int int32_t; typedef
162 int32_t f_blocks;
163 int32_t f_bfree;
164 int32_t f_bavail;
165 int32_t f_files;
166 int32_t f_ffree;

Completed in 306 milliseconds