Searched refs:INTMAX_MAX (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Preprocessor/
H A Dstdint.c1367 INTMAX_MAX_ INTMAX_MAX
/external/bison/darwin-lib/
H A Dstdint.h305 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
309 #ifndef INTMAX_MAX
480 #ifndef INTMAX_MAX
484 # define INTMAX_MAX INT64_MAX macro
487 # define INTMAX_MAX INT32_MAX macro
/external/bison/lib/
H A Dstdint.in.h304 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
308 #ifndef INTMAX_MAX
479 #ifndef INTMAX_MAX
483 # define INTMAX_MAX INT64_MAX
486 # define INTMAX_MAX INT32_MAX
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h281 # if !defined (INTMAX_MAX)
282 # define INTMAX_MAX INT64_MAX macro
544 # define INTMAX_MAX INT64_MAX macro
561 # define INTMAX_MAX INT32_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h188 #define INTMAX_MAX INT64_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h186 #define INTMAX_MAX INT64_MAX macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h186 #define INTMAX_MAX INT64_MAX macro
/external/mesa3d/include/c99/
H A Dstdint.h186 #define INTMAX_MAX INT64_MAX macro
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp218 // INTMAX_MAX
219 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp218 // INTMAX_MAX
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp175 #ifndef INTMAX_MAX
176 #error INTMAX_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__) macro
/external/bison/
H A Dconfigure14275 intmax_t i = INTMAX_MAX;
22447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5
22448 $as_echo_n "checking whether INT32_MAX < INTMAX_MAX... " >&6; }
22465 #if defined INT32_MAX && defined INTMAX_MAX
22466 #define CONDITION (INT32_MAX < INTMAX_MAX)

Completed in 401 milliseconds