Searched refs:INT_FAST32_MIN (Results 1 - 15 of 15) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
H A Djas_types.h170 #if !defined(INT_FAST32_MIN)
172 #define INT_FAST32_MIN INT_MIN macro
/external/clang/test/Preprocessor/
H A Dstdint.c1452 INT_FAST32_MIN_ INT_FAST32_MIN
/external/bison/darwin-lib/
H A Dstdint.h440 #define INT_FAST16_MIN INT_FAST32_MIN
444 #undef INT_FAST32_MIN macro
448 # define INT_FAST32_MIN INT_MIN macro
452 # define INT_FAST32_MIN LONG_MIN macro
/external/bison/lib/
H A 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/opencv3/3rdparty/include/
H A Dmsc_stdint.h135 #define INT_FAST32_MIN INT32_MIN macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/mesa3d/include/c99/
H A Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp192 static_assert(INT_FAST32_MIN <= -2147483648U, "INT_FAST32_MIN <= -2147483648");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp193 static_assert(INT_FAST32_MIN <= -2147483648U, "INT_FAST32_MIN <= -2147483648");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp119 #ifndef INT_FAST32_MIN
120 #error INT_FAST32_MIN not defined
/external/clang/lib/Headers/
H A Dstdint.h587 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdint.h587 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1603 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l))
/external/bison/
H A Dconfigure14261 int_fast32_t e3min = INT_FAST32_MIN;

Completed in 969 milliseconds