Searched refs:INTMAX_C (Results 1 – 12 of 12) sorted by relevance
64 # undef INTMAX_C66 # define INTMAX_C(c) c##LL macro433 #undef INTMAX_C473 #ifndef INTMAX_C474 # define INTMAX_C(value) value##i64 macro547 # define INTMAX_C(value) INT32_C(value) macro550 # define INTMAX_C(value) INT64_C(value) macro
78 #ifndef INTMAX_C // [79 # define INTMAX_C INT64_C macro289 #ifndef INTMAX_C // [290 # define INTMAX_C INT64_C macro
269 # define INTMAX_C(c) c ## L macro272 # define INTMAX_C(c) c ## LL macro
255 #undef INTMAX_C256 #define INTMAX_C(c) __INTMAX_C(c) macro
97 INTMAX_C(value)
206 #define INTMAX_C(v) INT64_C(v) macro
444 +# undef INTMAX_C446 +# define INTMAX_C(c) c##LL839 +#ifndef INTMAX_C840 +# define INTMAX_C(value) value##i64913 +# define INTMAX_C(value) INT32_C(value)916 +# define INTMAX_C(value) INT64_C(value)