HomeSort by relevance Sort by last modified time
    Searched refs:INT16_MIN (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 95 # define INT16_MIN (-32768)
97 # define INT_LEAST16_MIN INT16_MIN
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 39 const int16 kint16min = INT16_MIN;
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 80 assert(INT16_MIN <= rv && rv <= INT16_MAX);
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 118 #ifndef INT16_MIN
119 # define INT16_MIN -32768
DataTypes.h.in 116 #ifndef INT16_MIN
117 # define INT16_MIN -32768
  /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
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 300 #undef INT16_MIN
303 #define INT16_MIN (~ INT16_MAX)
344 #define INT_LEAST16_MIN INT16_MIN
  /external/bison/src/
system.h 27 # undef INT16_MIN
  /frameworks/base/services/common_time/
clock_recovery.cpp 384 else if (tmp < INT16_MIN)
385 cur_correction_ = INT16_MIN;
  /ndk/tests/build/stdint-c++/jni/
test_limit_macros.cpp 31 #ifndef INT16_MIN
32 #error INT16_MIN is not defined!
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 111 # undef INT16_MIN
112 # define INT16_MIN (-INT16_MAX - 1)

Completed in 1028 milliseconds

1 23 4 5