Searched refs:__UINT64_C (Results 1 – 4 of 4) sorted by relevance
107 #ifndef __UINT64_C108 #define __UINT64_C(x) x ## ULL macro112 #define UINT64_C(x) __UINT64_C(x)
73 #undef __UINT64_C77 #define __UINT64_C(c) c ## ULL macro
61 #define __UINT64_C(x) uint_c(x, __int_least64_c_suffix__) macro64 #define __UINT64_C(x) x ## U macro
121 #define UINT64_C(_v) __UINT64_C(_v)182 #ifndef __UINT64_C183 #define __UINT64_C(x) x ## ULL macro187 #define UINT64_C(x) __UINT64_C(x)