Searched defs:INT64_C (Results 1 – 15 of 15) sorted by relevance
452 # define INT64_C(value) value##i64 macro509 # define INT64_C(value) value##LL macro517 # define INT64_C(value) value##LL macro525 # define INT64_C(value) value##L macro533 # define INT64_C(value) value##LL macro
45 #define INT64_C(value) int64_t(value) macro
106 #define INT64_C(c) c ## L macro111 #define INT64_C(c) c ## LL macro
196 # define INT64_C(c) c ## LL macro
233 # define INT64_C(c) c ## LL macro
165 #define INT64_C(C) C##i64 macro
233 #define INT64_C(val) val##i64 macro
176 # define INT64_C(x) VX_JOIN(x, LL) macro