/external/valgrind/none/tests/s390x/ |
D | comp-1.c | 89 SCOMP_REG_REG(insn, INT16_MIN, INT16_MIN); \ 90 SCOMP_REG_REG(insn, INT16_MIN, INT16_MAX); \ 91 SCOMP_REG_REG(insn, INT16_MAX, INT16_MIN); \ 119 SCOMP_REG_MEM(insn, INT16_MIN, INT16_MIN, op2_t); \ 120 SCOMP_REG_MEM(insn, INT16_MIN, INT16_MAX, op2_t); \ 121 SCOMP_REG_MEM(insn, INT16_MAX, INT16_MIN, op2_t); \ 149 SCOMP_REG_IMM(insn, INT16_MIN, INT16_MIN); \ 150 SCOMP_REG_IMM(insn, INT16_MIN, INT16_MAX); \ 151 SCOMP_REG_IMM(insn, INT16_MAX, INT16_MIN); \
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 127 #ifndef INT16_MIN 128 # define INT16_MIN -32768 macro
|
D | DataTypes.h.in | 87 #define INT16_MIN -32768 macro 126 #ifndef INT16_MIN 127 # define INT16_MIN -32768 macro
|
D | DataTypes.h.cmake | 87 #define INT16_MIN -32768 126 #ifndef INT16_MIN 127 # define INT16_MIN -32768
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 126 #ifndef INT16_MIN 127 # define INT16_MIN -32768 macro
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 126 #ifndef INT16_MIN 127 # define INT16_MIN -32768 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 126 #ifndef INT16_MIN 127 # define INT16_MIN -32768 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 88 #define INT16_MIN -32768 macro 127 #ifndef INT16_MIN 128 # define INT16_MIN -32768 macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 127 #ifndef INT16_MIN 128 #define INT16_MIN -32768 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 134 #define INT16_MIN ((int16_t)_I16_MIN) macro 148 #define INT_LEAST16_MIN INT16_MIN 162 #define INT_FAST16_MIN INT16_MIN
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 134 #define INT16_MIN ((int16_t)_I16_MIN) macro 148 #define INT_LEAST16_MIN INT16_MIN 162 #define INT_FAST16_MIN INT16_MIN
|
/external/libusb/msvc/ |
D | stdint.h | 128 #define INT16_MIN (-32768) macro 144 #define INT_LEAST16_MIN INT16_MIN 160 #define INT_FAST16_MIN INT16_MIN
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 186 #ifndef INT16_MIN 188 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/external/syslinux/com32/include/ |
D | stdint.h | 32 #define INT16_MIN (-32768) macro 47 #define INT_LEAST16_MIN INT16_MIN
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 29 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_dc() 79 INT16_MIN, INT16_MAX); in vpx_quantize_dc_32x32() 151 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_b_c() 256 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX); in vpx_quantize_b_32x32_c()
|
/external/bison/darwin-lib/ |
D | stdint.h | 360 #undef INT16_MIN 363 #define INT16_MIN (~ INT16_MAX) macro 401 #define INT_LEAST16_MIN INT16_MIN
|
/external/libpcap/ |
D | scanner.h | 73 #ifndef INT16_MIN 74 #define INT16_MIN (-32767-1) macro
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | ConstantRangeTest.cpp | 140 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 143 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 200 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 207 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 368 APInt(16, (uint64_t)INT16_MIN))); in TEST_F() 371 APInt(16, (uint64_t)INT16_MIN))); in TEST_F()
|
/external/bison/lib/ |
D | stdint.in.h | 359 #undef INT16_MIN 362 #define INT16_MIN (~ INT16_MAX) 400 #define INT_LEAST16_MIN INT16_MIN
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 144 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 147 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 208 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 215 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 446 APInt(16, (uint64_t)INT16_MIN))); in TEST_F() 449 APInt(16, (uint64_t)INT16_MIN))); in TEST_F() 474 EXPECT_EQ(Full.smin(Some), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F() 482 EXPECT_EQ(Some.smin(Wrap), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F() 487 EXPECT_EQ(Wrap.smin(One), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 66 INT16_MIN = (-32767-1) variable 70 INT_LEAST16_MIN = INT16_MIN
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1437 INT16_MIN_ INT16_MIN
|
/external/syslinux/dos/ |
D | stdint.h | 60 # define INT16_MIN (-32767-1) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 614 #define INT16_MIN (-INT16_C(32767)-1) macro 616 # define __INT_LEAST16_MIN INT16_MIN 619 # define __INT_LEAST8_MIN INT16_MIN
|
/external/bison/src/ |
D | system.h | 27 # undef INT16_MIN
|