Searched defs:UINT32_C (Results 1 – 10 of 10) sorted by relevance
255 # define UINT32_C(x) (x + (UINT32_MAX - UINT32_MAX)) macro381 # define UINT32_C(v) v ## UL macro390 # define UINT32_C(v) v ## U macro393 # define UINT32_C(v) ((unsigned short) (v)) macro
151 # define UINT32_C(C) C##ui32 macro
162 # define UINT32_C(C) C##ui32 macro
237 #define UINT32_C(val) val##ui32 macro
249 #define UINT32_C(val) (val##i32) macro
594 #define UINT32_C(x) x ## U macro
393 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro396 # define UINT32_C(v) v ## U macro
826 #define UINT32_C( value ) value ## UL macro