Searched defs:UINT32_C (Results 1 – 8 of 8) sorted by relevance
55 #define UINT32_C(c) c ## U macro
56 #define UINT32_C(c) c ## U macro
50 #define UINT32_C(c) (c ## U) macro
45 #define UINT32_C(c) ((uint32_t)(c##U)) macro
267 #define UINT32_C(c) __UINT32_C(c) macro