Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 25 of 35) 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/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/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/icu/icu4c/source/common/unicode/
Dumachine.h157 #ifndef INT8_MIN
159 # define INT8_MIN ((int8_t)(-128)) macro
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp386 m_state.context.fpu.avx.__fpu_stmm0.__mmst_reg[i] = INT8_MIN; in GetFPUState()
387 m_state.context.fpu.avx.__fpu_stmm1.__mmst_reg[i] = INT8_MIN; in GetFPUState()
388 m_state.context.fpu.avx.__fpu_stmm2.__mmst_reg[i] = INT8_MIN; in GetFPUState()
389 m_state.context.fpu.avx.__fpu_stmm3.__mmst_reg[i] = INT8_MIN; in GetFPUState()
390 m_state.context.fpu.avx.__fpu_stmm4.__mmst_reg[i] = INT8_MIN; in GetFPUState()
391 m_state.context.fpu.avx.__fpu_stmm5.__mmst_reg[i] = INT8_MIN; in GetFPUState()
392 m_state.context.fpu.avx.__fpu_stmm6.__mmst_reg[i] = INT8_MIN; in GetFPUState()
393 m_state.context.fpu.avx.__fpu_stmm7.__mmst_reg[i] = INT8_MIN; in GetFPUState()
406 m_state.context.fpu.avx.__fpu_rsrv4[i] = INT8_MIN; in GetFPUState()
409 m_state.context.fpu.avx.__avx_reserved1[i] = INT8_MIN; in GetFPUState()
[all …]
/external/bison/darwin-lib/
Dstdint.h353 #undef INT8_MIN
356 #define INT8_MIN (~ INT8_MAX) macro
394 #define INT_LEAST8_MIN INT8_MIN
/external/linux-tools-perf/src/tools/perf/util/
Dparse-events-flex.h61 #ifndef INT8_MIN
62 #define INT8_MIN (-128) macro
Dpmu-flex.c77 #ifndef INT8_MIN
78 #define INT8_MIN (-128) macro
/external/bison/lib/
Dstdint.in.h352 #undef INT8_MIN
355 #define INT8_MIN (~ INT8_MAX)
393 #define INT_LEAST8_MIN INT8_MIN
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp295 m_state.context.fpu.avx.__fpu_stmm0.__mmst_reg[i] = INT8_MIN; in GetFPUState()
296 m_state.context.fpu.avx.__fpu_stmm1.__mmst_reg[i] = INT8_MIN; in GetFPUState()
297 m_state.context.fpu.avx.__fpu_stmm2.__mmst_reg[i] = INT8_MIN; in GetFPUState()
298 m_state.context.fpu.avx.__fpu_stmm3.__mmst_reg[i] = INT8_MIN; in GetFPUState()
299 m_state.context.fpu.avx.__fpu_stmm4.__mmst_reg[i] = INT8_MIN; in GetFPUState()
300 m_state.context.fpu.avx.__fpu_stmm5.__mmst_reg[i] = INT8_MIN; in GetFPUState()
301 m_state.context.fpu.avx.__fpu_stmm6.__mmst_reg[i] = INT8_MIN; in GetFPUState()
302 m_state.context.fpu.avx.__fpu_stmm7.__mmst_reg[i] = INT8_MIN; in GetFPUState()
340 m_state.context.fpu.avx.__fpu_rsrv4[i] = INT8_MIN; in GetFPUState()
343 m_state.context.fpu.avx.__avx_reserved1[i] = INT8_MIN; in GetFPUState()
[all …]
/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
/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.cpp17 #undef INT8_MIN
/external/elfutils/src/libcpu/
Di386_lex.c77 #ifndef INT8_MIN
78 #define INT8_MIN (-128) macro
/external/elfutils/src/src/
Dldlex.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
/external/libpcap/
Dscanner.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro

12