Home
last modified time | relevance | path

Searched refs:INTMAX_MIN (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h177 # define INTMAX_MIN LLONG_MIN macro
180 # define INTMAX_MIN __LONG_LONG_MIN__ macro
187 # define INTMAX_MIN LONG_MIN macro
/external/clang/test/Preprocessor/
Dexpr_usual_conversions.c3 #define INTMAX_MIN (-9223372036854775807LL -1) macro
Dstdint.c1473 INTMAX_MIN_ INTMAX_MIN
/external/bison/darwin-lib/
Dstdint.h481 # undef INTMAX_MIN
483 # define INTMAX_MIN INT64_MIN macro
486 # define INTMAX_MIN INT32_MIN macro
/external/bison/lib/
Dstdint.in.h480 # undef INTMAX_MIN
482 # define INTMAX_MIN INT64_MIN
485 # define INTMAX_MIN INT32_MIN
/external/libcxx/include/
Dcstdint68 INTMAX_MIN
/external/mesa3d/include/c99/
Dstdint.h185 #define INTMAX_MIN INT64_MIN macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h185 #define INTMAX_MIN INT64_MIN macro
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp171 #ifndef INTMAX_MIN
172 #error INTMAX_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp217 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min()); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp218 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min()); in main()
/external/clang/lib/Headers/
Dstdint.h676 #define INTMAX_MIN __INTN_MIN(__INTMAX_WIDTH__) macro