Searched defs:INT64_C (Results 1 – 4 of 4) sorted by relevance
83 #define INT64_C(c) __CONCAT__(c,l) macro
54 #define INT64_C(c) (c ## L) macro 57 #define INT64_C(c) (c ## LL) macro
46 #define INT64_C(x) (x) macro [all...]
60 #define INT64_C(x) (x) macro [all...]