Searched defs:UINT32_C (Results 1 – 8 of 8) sorted by relevance
142 #define UINT32_C(c) ((uint32_t)(c ## UL)) macro
47 #define UINT32_C(c) (c ## U) macro
45 #define UINT32_C(c) (c ## U) macro
43 #define UINT32_C(c) (c ## U) macro
51 #define UINT32_C(c) (c ## U) macro
422 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro425 # define UINT32_C(v) v ## U macro
328 #define UINT32_C __UINT32_C macro