Searched refs:__int_least16_t (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dstdint.h115 # define __int_least16_t int64_t macro
137 # define __int_least16_t int56_t macro
153 # define __int_least16_t int48_t macro
169 # define __int_least16_t int40_t macro
189 # define __int_least16_t int32_t macro
209 # define __int_least16_t int24_t macro
220 # define __int_least16_t int16_t macro
226 #ifdef __int_least16_t
227 typedef __int_least16_t int_least16_t;
229 typedef __int_least16_t int_fast16_
[all...]
/external/clang/lib/include/
H A Dstdint.h115 # define __int_least16_t int64_t macro
137 # define __int_least16_t int56_t macro
153 # define __int_least16_t int48_t macro
169 # define __int_least16_t int40_t macro
189 # define __int_least16_t int32_t macro
209 # define __int_least16_t int24_t macro
220 # define __int_least16_t int16_t macro
226 #ifdef __int_least16_t
227 typedef __int_least16_t int_least16_t;
229 typedef __int_least16_t int_fast16_
[all...]

Completed in 109 milliseconds