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

/external/clang/lib/Headers/
H A Dstdint.h117 # define __uint_least8_t uint64_t macro
139 # define __uint_least8_t uint56_t macro
155 # define __uint_least8_t uint48_t macro
171 # define __uint_least8_t uint40_t macro
191 # define __uint_least8_t uint32_t macro
211 # define __uint_least8_t uint24_t macro
222 # define __uint_least8_t uint16_t macro
239 # define __uint_least8_t uint8_t macro
244 typedef __uint_least8_t uint_least8_t;
246 typedef __uint_least8_t uint_fast8_
[all...]

Completed in 1582 milliseconds