Searched refs:INTMAX_C (Results 1 – 14 of 14) 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
284 #ifndef INTMAX_C in main()285 #error INTMAX_C not defined in main()
285 #ifndef INTMAX_C in main()286 #error INTMAX_C not defined in main()
1494 INTMAX_C_(0) INTMAX_C(0)
97 INTMAX_C(value)
241 #define INTMAX_C INT64_C 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
652 # define INTMAX_C(c) c ## L655 # define INTMAX_C(c) c ## LL