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

/bionic/libc/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;
/bionic/libc/kernel/common/linux/
H A Dcoda.h85 typedef int int32_t; typedef
176 int32_t f_blocks;
177 int32_t f_bfree;
179 int32_t f_bavail;
180 int32_t f_files;
181 int32_t f_ffree;

Completed in 200 milliseconds