Searched refs:intmax_t (Results 1 – 4 of 4) sorted by relevance
10 dnl Test whether the system has the 'intmax_t' type, but don't attempt to17 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,27 ], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)])30 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
257 #undef intmax_t260 # define intmax_t gl_intmax_t macro262 # define intmax_t int64_t macro265 # define intmax_t gl_intmax_t macro282 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
143 intmax_t i = INTMAX_MAX;
20148 intmax_t i = INTMAX_MAX;