Searched refs:uint_c (Results 1 – 1 of 1) sorted by relevance
46 #define uint_c(v, suffix) __int_c(v ## U, suffix) macro66 #define __UINT64_C(x) uint_c(x, __int_least64_c_suffix__)87 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__)108 #define __UINT16_C(x) uint_c(x, __int_least16_c_suffix__)125 #define __UINT8_C(x) uint_c(x, __int_least8_c_suffix__)