Searched refs:__UINT32_C (Results 1 – 5 of 5) sorted by relevance
91 #ifndef __UINT32_C92 #define __UINT32_C(x) x ## U macro96 #define UINT32_C(x) __UINT32_C(x)
98 #undef __UINT32_C102 #define __UINT32_C(c) c ## U macro
87 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__) macro90 #define __UINT32_C(x) x ## U macro
120 #define UINT32_C(_v) __UINT32_C(_v)166 #ifndef __UINT32_C167 #define __UINT32_C(x) x ## U macro171 #define UINT32_C(x) __UINT32_C(x)
417 #ifndef __UINT32_C418 #define __UINT32_C(x) x ## U macro422 #define UINT32_C(x) __UINT32_C(x)