Searched defs:UINT32_C (Results 1 – 10 of 10) sorted by relevance
468 # define UINT32_C(value) value##ui32 macro499 # define UINT32_C(value) value##u macro502 # define UINT32_C(value) value##uL macro
72 #define UINT32_C(val) val##ui32 macro283 #define UINT32_C(val) val##ui32 macro
194 #define UINT32_C(v) v ## U macro
229 #define UINT32_C(x) VX_JOIN(x, UL) macro
192 #define UINT32_C(v) U(v) macro
252 #define UINT32_C(c) __UINT32_C(c) macro
260 # define UINT32_C(c) c ## U macro