Searched refs:INT64_C (Results 1 – 4 of 4) sorted by relevance
180 #ifndef INT64_C182 # define INT64_C(c) c macro184 # define INT64_C(c) c ## L macro186 # define INT64_C(c) c ## LL macro
236 #define INT64_C(val) val##i64 macro244 #define INTMAX_C INT64_C
32 #define L64 INT64_C
40 # define Z_L(i) INT64_C(i)
Completed in 9 milliseconds