Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 25 of 29) sorted by relevance

12

/external/valgrind/none/tests/s390x/
Dcomp-1.c85 SCOMP_REG_REG(insn, INT8_MIN, INT8_MIN); \
86 SCOMP_REG_REG(insn, INT8_MIN, INT8_MAX); \
87 SCOMP_REG_REG(insn, INT8_MAX, INT8_MIN); \
115 SCOMP_REG_MEM(insn, INT8_MIN, INT8_MIN, op2_t); \
116 SCOMP_REG_MEM(insn, INT8_MIN, INT8_MAX, op2_t); \
117 SCOMP_REG_MEM(insn, INT8_MAX, INT8_MIN, op2_t); \
145 SCOMP_REG_IMM(insn, INT8_MIN, INT8_MIN); \
146 SCOMP_REG_IMM(insn, INT8_MIN, INT8_MAX); \
147 SCOMP_REG_IMM(insn, INT8_MAX, INT8_MIN); \
/external/llvm/include/llvm/Support/
DDataTypes.h85 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 # define INT8_MIN -128 macro
/external/opencv3/3rdparty/include/
Dmsc_stdint.h103 #define INT8_MIN _I8_MIN macro
117 #define INT_LEAST8_MIN INT8_MIN
131 #define INT_FAST8_MIN INT8_MIN
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h132 #define INT8_MIN ((int8_t)_I8_MIN) macro
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
/external/mesa3d/include/c99/
Dstdint.h132 #define INT8_MIN ((int8_t)_I8_MIN) macro
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
/external/libvncserver/compat/msvc/
Dstdint.h132 #define INT8_MIN ((int8_t)_I8_MIN) macro
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
/external/icu/icu4c/source/common/unicode/
Dumachine.h157 #ifndef INT8_MIN
159 # define INT8_MIN ((int8_t)(-128)) macro
/external/bison/darwin-lib/
Dstdint.h353 #undef INT8_MIN
356 #define INT8_MIN (~ INT8_MAX) macro
394 #define INT_LEAST8_MIN INT8_MIN
/external/bison/lib/
Dstdint.in.h352 #undef INT8_MIN
355 #define INT8_MIN (~ INT8_MAX)
393 #define INT_LEAST8_MIN INT8_MIN
/external/clang/test/Preprocessor/
Dstdint.c1427 INT8_MIN_ INT8_MIN
/external/bison/src/
Dsystem.h26 # undef INT8_MIN
Dscan-skel.c102 #ifndef INT8_MIN
103 #define INT8_MIN (-128) macro
Dscan-gram.c102 #ifndef INT8_MIN
103 #define INT8_MIN (-128) macro
Dscan-code.c102 #ifndef INT8_MIN
103 #define INT8_MIN (-128) macro
/external/libcxx/include/
Dcstdint19 INT8_MIN
/external/clang/lib/Headers/
Dstdint.h636 # define INT8_MIN (-INT8_C(127)-1) macro
638 # define __INT_LEAST8_MIN INT8_MIN
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp15 #ifndef INT8_MIN
16 #error INT8_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp172 static_assert(INT8_MIN == -128, "INT8_MIN == -128"); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp173 static_assert(INT8_MIN == -128, "INT8_MIN == -128"); in main()
/external/mdnsresponder/mDNSShared/
DCommonServices.h746 #if( !defined( INT8_MIN ) )
748 #define INT8_MIN SCHAR_MIN macro
/external/bison/examples/calc++/
Dcalc++-scanner.cc83 #ifndef INT8_MIN
84 #define INT8_MIN (-128) macro
/external/skia/src/ports/
DSkImageDecoder_WIC.cpp19 #undef INT8_MIN
/external/libpcap/
Dscanner.c81 #ifndef INT8_MIN
82 #define INT8_MIN (-128) macro
/external/libexif/m4m/
Dstdint.m4668 # define INT8_MIN (-128)
685 # define INT_LEAST8_MIN INT8_MIN
/external/libmtp/m4/
Dstdint.m4666 # define INT8_MIN (-128)
683 # define INT_LEAST8_MIN INT8_MIN

12