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

/external/clang/lib/Headers/
H A Dstdint.h113 # define __uint_least32_t uint64_t macro
135 # define __uint_least32_t uint56_t macro
151 # define __uint_least32_t uint48_t macro
167 # define __uint_least32_t uint40_t macro
187 # define __uint_least32_t uint32_t macro
196 typedef __uint_least32_t uint_least32_t;
198 typedef __uint_least32_t uint_fast32_t;

Completed in 57 milliseconds