Searched refs:__uint_c (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | stdint.h | 298 #define __uint_c(v, suffix) __int_c_join(v##U, suffix) macro 318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) 329 # define UINT56_C(v) __uint_c(v, __INT56_C_SUFFIX__) 346 # define UINT48_C(v) __uint_c(v, __INT48_C_SUFFIX__) 363 # define UINT40_C(v) __uint_c(v, __INT40_C_SUFFIX__) 392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) 403 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) 447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)
|