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

/external/clang/lib/Headers/
H A Dstdint.h443 # define __UINT_LEAST32_MAX UINT64_MAX macro
474 # define __UINT_LEAST32_MAX UINT56_MAX macro
496 # define __UINT_LEAST32_MAX UINT48_MAX macro
518 # define __UINT_LEAST32_MAX UINT40_MAX macro
534 # define __UINT_LEAST32_MAX UINT32_MAX macro
546 # define UINT_LEAST32_MAX __UINT_LEAST32_MAX
549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX
/external/clang/lib/include/
H A Dstdint.h443 # define __UINT_LEAST32_MAX UINT64_MAX macro
474 # define __UINT_LEAST32_MAX UINT56_MAX macro
496 # define __UINT_LEAST32_MAX UINT48_MAX macro
518 # define __UINT_LEAST32_MAX UINT40_MAX macro
534 # define __UINT_LEAST32_MAX UINT32_MAX macro
546 # define UINT_LEAST32_MAX __UINT_LEAST32_MAX
549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX

Completed in 423 milliseconds