Searched defs:UINT64_C (Results 1 – 8 of 8) sorted by relevance
55 #define UINT64_C(c) (c ## UL) macro58 #define UINT64_C(c) (c ## ULL) macro
143 #define UINT64_C(c) (c ## ULL) macro
64 #define UINT64_C(x) (x) macro
48 #define UINT64_C(c) (c ## UL) macro
46 #define UINT64_C(c) (c ## ULL) macro
44 #define UINT64_C(c) (c ## UL) macro
349 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro352 # define UINT64_C(v) v ## U macro