Searched refs:__UINT64_C (Results 1 – 5 of 5) sorted by relevance
107 #ifndef __UINT64_C108 #define __UINT64_C(x) x ## ULL macro112 #define UINT64_C(x) __UINT64_C(x)
100 #undef __UINT64_C104 #define __UINT64_C(c) c ## ULL macro
66 #define __UINT64_C(x) uint_c(x, __int_least64_c_suffix__) macro69 #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)
433 #ifndef __UINT64_C434 #define __UINT64_C(x) x ## ULL macro438 #define UINT64_C(x) __UINT64_C(x)