Home
last modified time | relevance | path

Searched refs:intmax_t (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
Dintmax.m410 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
17 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>.])
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h257 #undef intmax_t
260 # define intmax_t gl_intmax_t macro
262 # define intmax_t int64_t macro
265 # define intmax_t gl_intmax_t macro
282 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4143 intmax_t i = INTMAX_MAX;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20148 intmax_t i = INTMAX_MAX;