Searched refs:UINT32_C (Results 1 – 3 of 3) sorted by relevance
148 #if !defined(UINT32_C) in stdint_h()149 #error UINT32_C in stdint_h()151 #if !defined(UINT32_C) in stdint_h()152 #error UINT32_C in stdint_h()
123 #define UINT_FAST16_C(c) UINT32_C(c)128 #define UINT32_C(c) c ## U macro129 #define UINT_LEAST32_C(c) UINT32_C(c)130 #define UINT_FAST32_C(c) UINT32_C(c)150 # define UINTPTR_C(c) UINT32_C(c)
68 hash *= UINT32_C(16777619); in hsearch_hash()