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