Searched defs:INT64_C (Results 1 – 6 of 6) sorted by relevance
54 #define INT64_C(c) (c ## L) macro57 #define INT64_C(c) (c ## LL) macro
43 #define INT64_C(c) (c ## L) macro
41 #define INT64_C(c) (c ## LL) macro
39 #define INT64_C(c) (c ## L) macro
348 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro351 # define INT64_C(v) v macro