Searched defs:INT64_C (Results 1 – 8 of 8) sorted by relevance
58 #define INT64_C(c) (c ## L) macro61 #define INT64_C(c) (c ## LL) macro
56 #define INT64_C(c) (c ## L) macro59 #define INT64_C(c) (c ## LL) macro
57 #define INT64_C(c) (c ## L) macro60 #define INT64_C(c) (c ## LL) macro
41 #define INT64_C(c) (c ## L) macro
43 #define INT64_C(c) (c ## LL) macro
43 #define INT64_C(c) (c ## L) macro
303 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro306 # define INT64_C(v) v macro