Searched refs:INTMAX_C (Results 1 – 16 of 16) sorted by relevance
310 # undef INTMAX_C377 # define INT64_MIN (- INTMAX_C (1) << 63)378 # define INT64_MAX INTMAX_C (9223372036854775807)615 #ifndef INTMAX_C617 # define INTMAX_C(x) x##LL macro619 # define INTMAX_C(x) INT64_C(x) macro621 # define INTMAX_C(x) x##L macro
309 # undef INTMAX_C376 # define INT64_MIN (- INTMAX_C (1) << 63)377 # define INT64_MAX INTMAX_C (9223372036854775807)614 #ifndef INTMAX_C616 # define INTMAX_C(x) x##LL618 # define INTMAX_C(x) INT64_C(x)620 # define INTMAX_C(x) x##L
283 #ifndef INTMAX_C in main()284 #error INTMAX_C not defined in main()
1387 INTMAX_C_(0) INTMAX_C(0)
548 # define INTMAX_C(v) INT64_C(v) macro564 # define INTMAX_C(v) INT32_C(v) macro766 intmax_t imax = INTMAX_C(0); in main()
97 INTMAX_C(value)
241 #define INTMAX_C INT64_C macro
253 #define INTMAX_C(val) val##i64 macro
251 #ifndef INTMAX_C252 #error INTMAX_C not defined
703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
654 # define INTMAX_C(c) c ## L657 # define INTMAX_C(c) c ## LL
595 # define INTMAX_C(c) c ## L598 # define INTMAX_C(c) c ## LL
652 # define INTMAX_C(c) c ## L655 # define INTMAX_C(c) c ## LL