Searched defs:UINT32_C (Results 1 – 7 of 7) sorted by relevance
129 # define UINT32_C(n) n ## UI32 macro131 # define UINT32_C(n) n ## U macro
51 #define UINT32_C(c) c ## U macro
52 #define UINT32_C(c) c ## U macro
54 #define UINT32_C(c) __int_join(c, __UINT32_C_SUFFIX__) macro
60 # define UINT32_C(n) n ## U macro
48 #define UINT32_C(c) ((uint32_t)(c##U)) macro
392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro395 # define UINT32_C(v) v ## U macro