Searched defs:INTMAX_C (Results 1 – 2 of 2) sorted by relevance
63 # define INTMAX_C(c) c##LL macro423 # define INTMAX_C(value) value##i64 macro495 # define INTMAX_C(value) INT32_C(value) macro498 # define INTMAX_C(value) INT64_C(value) macro
550 # define INTMAX_C(x) x##LL macro552 # define INTMAX_C(x) INT64_C(x) macro554 # define INTMAX_C(x) x##L macro