Searched defs:UINT64_C (Results 1 – 4 of 4) sorted by relevance
106 #define UINT64_C(c) __CONCAT__(c,ul) macro
48 #define UINT64_C(x) (x) macro
61 #define UINT64_C(x) (x) macro
149 # define UINT64_C(c) CAT2(c,ULL) macro153 # define UINT64_C(c) CAT2(c,UL) macro156 # define UINT64_C(c) ((U64TYPE)(c)) macro