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

/external/clang/lib/Headers/
H A Dstdint.h72 # define __int_least32_t int64_t macro
94 # define __int_least32_t int56_t macro
110 # define __int_least32_t int48_t macro
126 # define __int_least32_t int40_t macro
146 # define __int_least32_t int32_t macro
154 #ifdef __int_least32_t
155 typedef __int_least32_t int_least32_t;
157 typedef __int_least32_t int_fast32_t;
159 #endif /* __int_least32_t */
349 #ifdef __int_least32_t
[all...]
/external/clang/lib/include/
H A Dstdint.h72 # define __int_least32_t int64_t macro
94 # define __int_least32_t int56_t macro
110 # define __int_least32_t int48_t macro
126 # define __int_least32_t int40_t macro
146 # define __int_least32_t int32_t macro
154 #ifdef __int_least32_t
155 typedef __int_least32_t int_least32_t;
157 typedef __int_least32_t int_fast32_t;
159 #endif /* __int_least32_t */
349 #ifdef __int_least32_t
[all...]

Completed in 17 milliseconds