Searched defs:UINT64_C (Results 1 – 15 of 15) sorted by relevance
29 #define UINT64_C(x) x ## UI64 macro40 #define UINT64_C(x) x ## UL macro50 #define UINT64_C(x) x ## ULL macro
32 #define UINT64_C(x) x ## UI64 macro43 #define UINT64_C(x) x ## UL macro53 #define UINT64_C(x) x ## ULL macro
28 #define UINT64_C(value) value##ULL macro
606 # define UINT64_C(x) x##UL macro608 # define UINT64_C(x) x##ui64 macro610 # define UINT64_C(x) x##ULL macro
58 # define UINT64_C(__val) __val##ui64 macro
213 # define UINT64_C(c) c ## ULL macro
168 # define UINT64_C(C) C##ui64 macro
57 #define UINT64_C(c) (c##ULL) macro
209 #define UINT64_C(val) val##Ui64 macro
238 #define UINT64_C(val) val##ui64 macro
37 # define UINT64_C(c) (c ## ULL) macro
318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro321 # define UINT64_C(v) v ## U macro
831 #define UINT64_C( value ) value ## UI64 macro833 #define UINT64_C( value ) value ## ULL macro