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

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 92 #ifndef INT16_MIN
93 #define INT16_MIN (-32768)
  /external/chromium_org/build/
intsafe_workaround.h 15 #undef INT16_MIN
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 32 #define INT16_MIN _I16_MIN
  /external/libvpx/libvpx/vpx/
vpx_integer.h 32 #define INT16_MIN _I16_MIN
  /external/pixman/pixman/
pixman-region16.c 47 #define PIXMAN_REGION_MIN INT16_MIN
pixman-compiler.h 33 #ifndef INT16_MIN
34 # define INT16_MIN (-32767-1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 32 #define INT16_MIN _I16_MIN
  /external/valgrind/main/none/tests/s390x/
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); \
    [all...]
  /external/llvm/include/llvm/Support/
DataTypes.h 88 #define INT16_MIN -32768
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 77 #define INT16_MIN (-32768)
93 #define INT_LEAST16_MIN INT16_MIN
109 #define INT_FAST16_MIN INT16_MIN
  /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/chromium_org/third_party/re2/mswin/
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
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 125 #define INT16_MIN -32768
142 #define INT_LEAST16_MIN INT16_MIN
158 #define INT_FAST16_MIN INT16_MIN
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 146 #ifndef INT16_MIN
148 # define INT16_MIN ((int16_t)(-32767-1))
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 32 #ifndef INT16_MIN
33 #error INT16_MIN defined!
test_c.c 30 #ifndef INT16_MIN
31 #error INT16_MIN defined!
test_no_macros.cpp 32 #ifdef INT16_MIN
33 #error INT16_MIN defined!
  /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...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 109 # define INT16_MIN (-32768)
111 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 109 # define INT16_MIN (-32768)
111 # define INT_LEAST16_MIN INT16_MIN

Completed in 1861 milliseconds

1 2 3 4 5 6 7