Searched refs:UINT64_C (Results 1 – 2 of 2) sorted by relevance
133 #define UINT_LEAST64_C(c) UINT64_C(c)134 #define UINT_FAST64_C(c) UINT64_C(c)137 #define UINTMAX_C(c) UINT64_C(c)141 # define UINT64_C(c) c ## UL macro143 # define UINTPTR_C(c) UINT64_C(c)147 # define UINT64_C(c) c ## ULL macro193 #define UINT64_MAX (UINT64_C(18446744073709551615))
181 # define UINT64_C(c) __UINT64_C(c) macro182 # define UINT_LEAST64_C(c) UINT64_C(c)183 # define UINT_FAST64_C(c) UINT64_C(c)231 # define UINTMAX_C(c) UINT64_C(c)