Searched refs:__UINT32_C (Results 1 – 4 of 4) sorted by relevance
77 #ifndef __UINT32_C78 #define __UINT32_C(x) x ## U macro82 #define UINT32_C(x) __UINT32_C(x)
71 #undef __UINT32_C75 #define __UINT32_C(c) c ## U macro
82 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__) macro85 #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)