Searched defs:UINT32_C (Results 1 – 8 of 8) sorted by relevance
162 # define UINT32_C(C) C##ui32 macro
208 #define UINT32_C(val) val##UL macro
237 #define UINT32_C(val) val##ui32 macro
392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro395 # define UINT32_C(v) v ## U macro
594 #define UINT32_C(x) x ## U macro
826 #define UINT32_C( value ) value ## UL macro