HomeSort by relevance Sort by last modified time
    Searched refs:INT16_MIN (Results 1 - 25 of 48) sorted by null

1 2

  /external/libvpx/libvpx/vpx/
vpx_integer.h 32 #define INT16_MIN _I16_MIN
  /external/llvm/include/llvm/Support/
DataTypes.h 88 #define INT16_MIN -32768
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 41 #define INT16_MIN _I16_MIN
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 127 #ifndef INT16_MIN
129 # define INT16_MIN ((int16_t)(-32767-1))
  /external/icu/icu4c/source/common/unicode/
umachine.h 127 #ifndef INT16_MIN
129 # define INT16_MIN ((int16_t)(-32767-1))
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 128 #define INT16_MIN (-32768)
144 #define INT_LEAST16_MIN INT16_MIN
160 #define INT_FAST16_MIN INT16_MIN
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 134 #define INT16_MIN ((int16_t)_I16_MIN)
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 134 #define INT16_MIN ((int16_t)_I16_MIN)
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
  /external/mesa3d/include/c99/
stdint.h 134 #define INT16_MIN ((int16_t)_I16_MIN)
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 50 const int16 kint16min = INT16_MIN;
  /development/ndk/platforms/android-3/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 39 const int16 kint16min = INT16_MIN;
  /external/bison/darwin-lib/
stdint.h 360 #undef INT16_MIN
363 #define INT16_MIN (~ INT16_MAX)
401 #define INT_LEAST16_MIN INT16_MIN
  /external/bison/lib/
stdint.in.h 359 #undef INT16_MIN
362 #define INT16_MIN (~ INT16_MAX)
400 #define INT_LEAST16_MIN INT16_MIN
  /external/bison/src/
system.h 27 # undef INT16_MIN
  /bionic/libc/include/
stdint.h 164 #define INT16_MIN (-32768)
166 #define INT_LEAST16_MIN INT16_MIN
  /development/ndk/platforms/android-L/include/
stdint.h 164 #define INT16_MIN (-32768)
166 #define INT_LEAST16_MIN INT16_MIN
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 64 #ifndef INT16_MIN
65 #define INT16_MIN (-32767-1)
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 354 #ifndef INT16_MIN
355 # define INT16_MIN INT16_C(0x8000)
599 # define INT_LEAST16_MIN INT16_MIN
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 108 assert(INT16_MIN <= rv);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_quantize.c 33 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/
ConstantRangeTest.cpp 143 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/
stdint.h 614 #define INT16_MIN (-INT16_C(32767)-1)
616 # define __INT_LEAST16_MIN INT16_MIN
619 # define __INT_LEAST8_MIN INT16_MIN
  /external/chromium_org/ppapi/tests/
test_media_stream_audio_track.cc 459 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 653 milliseconds

1 2