Searched refs:INT_FAST8_MIN (Results 1 - 14 of 14) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
H A Djas_types.h148 #if !defined(INT_FAST8_MIN)
150 #define INT_FAST8_MIN (-127) macro
/external/clang/test/Preprocessor/
H A Dstdint.c1432 INT_FAST8_MIN_ INT_FAST8_MIN
/external/opencv3/3rdparty/include/
H A Dmsc_stdint.h131 #define INT_FAST8_MIN INT8_MIN macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h160 #define INT_FAST8_MIN INT8_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h160 #define INT_FAST8_MIN INT8_MIN macro
/external/mesa3d/include/c99/
H A Dstdint.h160 #define INT_FAST8_MIN INT8_MIN macro
/external/bison/darwin-lib/
H A Dstdint.h430 #undef INT_FAST8_MIN macro
433 #define INT_FAST8_MIN SCHAR_MIN macro
/external/bison/lib/
H A Dstdint.in.h429 #undef INT_FAST8_MIN
432 #define INT_FAST8_MIN SCHAR_MIN
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp190 static_assert(INT_FAST8_MIN <= -128, "INT_FAST8_MIN <= -128");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp191 static_assert(INT_FAST8_MIN <= -128, "INT_FAST8_MIN <= -128");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp111 #ifndef INT_FAST8_MIN
112 #error INT_FAST8_MIN not defined
/external/clang/lib/Headers/
H A Dstdint.h647 # define INT_FAST8_MIN __INT_LEAST8_MIN macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdint.h647 # define INT_FAST8_MIN __INT_LEAST8_MIN macro
/external/bison/
H A Dconfigure14257 int_fast8_t e1min = INT_FAST8_MIN;

Completed in 180 milliseconds