Home
last modified time | relevance | path

Searched refs:INT_FAST32_MIN (Results 1 – 14 of 14) sorted by relevance

/external/bison/darwin-lib/
Dstdint.h440 #define INT_FAST16_MIN INT_FAST32_MIN
444 #undef INT_FAST32_MIN
448 # define INT_FAST32_MIN INT_MIN macro
452 # define INT_FAST32_MIN LONG_MIN macro
/external/bison/lib/
Dstdint.in.h439 #define INT_FAST16_MIN INT_FAST32_MIN
443 #undef INT_FAST32_MIN
447 # define INT_FAST32_MIN INT_MIN
451 # define INT_FAST32_MIN LONG_MIN
/external/clang/test/Preprocessor/
Dstdint.c1452 INT_FAST32_MIN_ INT_FAST32_MIN
/external/libcxx/include/
Dcstdint51 INT_FAST32_MIN
Dmodule.modulemap195INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX,
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/mesa3d/include/c99/
Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp119 #ifndef INT_FAST32_MIN
120 #error INT_FAST32_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp192 static_assert(INT_FAST32_MIN <= -2147483648U, "INT_FAST32_MIN <= -2147483648"); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp193 static_assert(INT_FAST32_MIN <= -2147483648U, "INT_FAST32_MIN <= -2147483648"); in main()
/external/clang/lib/Headers/
Dstdint.h587 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
/external/bison/m4/
Dstdint.m4136 int_fast32_t e3min = INT_FAST32_MIN;
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1603 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()
/external/bison/
Dconfigure14261 int_fast32_t e3min = INT_FAST32_MIN;