Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 25 of 40) 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/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 # define INT8_MIN -128 macro
DDataTypes.h.cmake84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
DDataTypes.h.in84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/llvm/include/llvm/Support/
DDataTypes.h85 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 # define INT8_MIN -128 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 #define INT8_MIN -128 macro
/external/syslinux/com32/include/
Dstdint.h31 #define INT8_MIN (-128) macro
46 #define INT_LEAST8_MIN INT8_MIN
61 #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/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h117 #define INT8_MIN ((int8_t)_I8_MIN) macro
131 #define INT_LEAST8_MIN INT8_MIN
145 #define INT_FAST8_MIN INT8_MIN
/external/libusb/msvc/
Dstdint.h127 #define INT8_MIN (-128) macro
143 #define INT_LEAST8_MIN INT8_MIN
159 #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.h159 #ifndef INT8_MIN
161 # define INT8_MIN ((int8_t)(-128)) macro
/external/libpcap/
Dscanner.h70 #ifndef INT8_MIN
71 #define INT8_MIN (-128) macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py65 INT8_MIN = (-128) variable
69 INT_LEAST8_MIN = INT8_MIN
/external/capstone/include/
Dplatform.h46 #define INT8_MIN (-127i8 - 1) macro
/external/skqp/tests/
DIntTextureTest.cpp58 uint32_t r = i - INT8_MIN; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
59 uint32_t g = j - INT8_MIN; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/syslinux/dos/
Dstdint.h59 # define INT8_MIN (-128) macro
/external/clang/test/Preprocessor/
Dstdint.c1427 INT8_MIN_ INT8_MIN
/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/depr/depr.c.headers/
Dinttypes_h.pass.cpp15 #ifndef INT8_MIN
16 #error INT8_MIN not defined

12