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

/external/clang/lib/Headers/
H A Dstdint.h112 # define __int_least32_t int64_t macro
134 # define __int_least32_t int56_t macro
150 # define __int_least32_t int48_t macro
166 # define __int_least32_t int40_t macro
186 # define __int_least32_t int32_t macro
194 #ifdef __int_least32_t
195 typedef __int_least32_t int_least32_t;
197 typedef __int_least32_t int_fast32_t;
199 #endif /* __int_least32_t */
389 #ifdef __int_least32_t
[all...]

Completed in 364 milliseconds