Searched defs:UINT32_C (Results 1 – 17 of 17) sorted by relevance
161 # define UINT32_C(C) C##ui32 macro
162 # define UINT32_C(C) C##ui32 macro
162 #define UINT32_C(C) C##ui32 macro
222 #define UINT32_C(val) val##ui32 macro
237 #define UINT32_C(val) val##ui32 macro
249 #define UINT32_C(val) (val##i32) macro
392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro395 # define UINT32_C(v) v ## U macro
88 def UINT32_C(c): return __CONCAT__(c,u) function
826 #define UINT32_C( value ) value ## UL macro
159 def UINT32_C(c): return c ## U function
288 def UINT32_C(c): return c ## U function