Home
last modified time | relevance | path

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

/external/clang/test/Preprocessor/
Dstdint.c1452 INT_FAST32_MIN_ INT_FAST32_MIN
/external/python/cpython2/Lib/plat-linux2/
DIN.py118 INT_FAST32_MIN = (-9223372036854775807L-1) variable
120 INT_FAST32_MIN = (-2147483647-1) variable
/external/libcxx/include/
Dcstdint51 INT_FAST32_MIN
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h149 #define INT_FAST32_MIN INT32_MIN macro
/external/libusb/msvc/
Dstdint.h161 #define INT_FAST32_MIN INT32_MIN macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp119 #ifndef INT_FAST32_MIN
120 #error INT_FAST32_MIN not defined
Dstdint_h.pass.cpp192 static_assert(INT_FAST32_MIN <= -2147483647 - 1, "INT_FAST32_MIN <= -2147483648"); in main()
/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/python/cpython2/Lib/plat-atheos/
DIN.py247 INT_FAST32_MIN = (-9223372036854775807L-1) variable
249 INT_FAST32_MIN = (-2147483647-1) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp193 static_assert(INT_FAST32_MIN <= -2147483647 - 1, "INT_FAST32_MIN <= -2147483648"); in main()
/external/clang/lib/Headers/
Dstdint.h587 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1603 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()