Searched defs:INTMAX_C (Results 1 – 13 of 13) sorted by relevance
77 # define INTMAX_C(c) c##LL macro470 # define INTMAX_C(value) value##i64 macro543 # define INTMAX_C(value) INT32_C(value) macro546 # define INTMAX_C(value) INT64_C(value) macro
108 #define INTMAX_C(c) c ## L macro113 #define INTMAX_C(c) c ## LL macro
82 #define INTMAX_C(x) x ## LL macro
139 #define INTMAX_C(c) INT64_C(c) macro
130 #define INTMAX_C(x) INT64_C(x) macro
216 #define INTMAX_C INT64_C macro
241 #define INTMAX_C INT64_C macro
703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
867 #define INTMAX_C(v) __int_c(v, __INTMAX_C_SUFFIX__) macro