Searched defs:UINT32_C (Results 1 – 13 of 13) sorted by relevance
162 #define UINT32_C(C) C##ui32 macro
162 # define UINT32_C(C) C##ui32 macro
80 #define UINT32_C(x) x ## U macro
103 #define UINT32_C(c) c ## U macro
127 #define UINT32_C(x) (x ## U) macro
212 #define UINT32_C(val) val##ui32 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
342 #define UINT32_C __UINT32_C macro
88 def UINT32_C(c): return __CONCAT__(c,u) function
159 def UINT32_C(c): return c ## U function
826 #define UINT32_C( value ) value ## UL macro
288 def UINT32_C(c): return c ## U function