Searched refs:INT16_MIN (Results 1 - 25 of 49) sorted by relevance

12

/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h32 #define INT16_MIN _I16_MIN macro
/external/pixman/pixman/
H A Dpixman-region16.c47 #define PIXMAN_REGION_MIN INT16_MIN
H A Dpixman-compiler.h33 #ifndef INT16_MIN
34 # define INT16_MIN (-32767-1) macro
/external/valgrind/main/none/tests/s390x/
H A Dcomp-1.c89 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); \
[all...]
/external/llvm/include/llvm/Support/
H A DDataTypes.h88 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768 macro
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h41 #define INT16_MIN _I16_MIN macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h127 #ifndef INT16_MIN
129 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h127 #ifndef INT16_MIN
129 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h128 #define INT16_MIN (-32768) macro
144 #define INT_LEAST16_MIN INT16_MIN
160 #define INT_FAST16_MIN INT16_MIN
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/mesa3d/include/c99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/clang/test/Preprocessor/
H A Dstdint.c1330 INT16_MIN_ INT16_MIN
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h50 const int16 kint16min = INT16_MIN;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h39 const int16 kint16min = INT16_MIN;
/external/bison/darwin-lib/
H A Dstdint.h360 #undef INT16_MIN macro
363 #define INT16_MIN (~ INT16_MAX) macro
401 #define INT_LEAST16_MIN INT16_MIN
/external/bison/lib/
H A Dstdint.in.h359 #undef INT16_MIN
362 #define INT16_MIN (~ INT16_MAX)
400 #define INT_LEAST16_MIN INT16_MIN
/external/bison/src/
H A Dsystem.h27 # undef INT16_MIN macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h64 #ifndef INT16_MIN
65 #define INT16_MIN (-32767-1) macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h354 #ifndef INT16_MIN
355 # define INT16_MIN INT16_C(0x8000) macro
599 # define INT_LEAST16_MIN INT16_MIN
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h108 assert(INT16_MIN <= rv);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.c33 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
80 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
143 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
231 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX);
328 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
440 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX);
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp143 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
146 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
207 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
214 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
438 APInt(16, (uint64_t)INT16_MIN)));
441 APInt(16, (uint64_t)INT16_MIN)));
/external/clang/lib/Headers/
H A Dstdint.h614 #define INT16_MIN (-INT16_C(32767)-1) macro
616 # define __INT_LEAST16_MIN INT16_MIN
619 # define __INT_LEAST8_MIN INT16_MIN
/external/chromium_org/ppapi/tests/
H A Dtest_media_stream_audio_track.cc459 ASSERT_GE(left, std::max<int16_t>(expected, INT16_MIN + 1) - 1);
465 ASSERT_GE(right, std::max<int16_t>(expected, INT16_MIN + 1) - 1);

Completed in 488 milliseconds

12