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

1 23 4 5

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 62 # define INT8_MIN (-128)
64 # define INT_LEAST8_MIN INT8_MIN
66 # define INT_FAST8_MIN INT8_MIN
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 142 #ifndef INT8_MIN
144 # define INT8_MIN ((int8_t)(-128))
  /ndk/tests/build/stdint-c++/jni/
Android.mk 3 # (e.g. INT8_MIN / INT8_MAX / INT8_C)
test_all_macros.cpp 5 #ifndef INT8_MIN
6 #error INT8_MIN defined!
test_c.c 3 #ifndef INT8_MIN
4 #error INT8_MIN defined!
test_no_macros.cpp 3 #ifdef INT8_MIN
4 #error INT8_MIN defined!
test_constant_macros.cpp 4 #ifdef INT8_MIN
5 #error INT8_MIN is defined!
test_limit_macros.cpp 4 #ifndef INT8_MIN
5 #error INT8_MIN is not defined!
  /external/clang/test/Preprocessor/
stdint.c 998 INT8_MIN_ INT8_MIN
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
basictypes.h 37 const int8 kint8min = INT8_MIN;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 37 const int8 kint8min = INT8_MIN;
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 109 #ifndef INT8_MIN
110 # define INT8_MIN -128
DataTypes.h.in 107 #ifndef INT8_MIN
108 # define INT8_MIN -128
  /external/bison/darwin-lib/
stdint.h 353 #undef INT8_MIN
356 #define INT8_MIN (~ INT8_MAX)
394 #define INT_LEAST8_MIN INT8_MIN
  /external/bison/lib/
stdint.in.h 352 #undef INT8_MIN
355 #define INT8_MIN (~ INT8_MAX)
393 #define INT_LEAST8_MIN INT8_MIN
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 293 #undef INT8_MIN
296 #define INT8_MIN (~ INT8_MAX)
337 #define INT_LEAST8_MIN INT8_MIN
  /external/bison/src/
system.h 21 /* flex 2.5.31 gratutiously defines macros like INT8_MIN. But this
26 # undef INT8_MIN
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 101 # undef INT8_MIN
102 # define INT8_MIN (-INT8_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 101 # undef INT8_MIN
102 # define INT8_MIN (-INT8_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 101 # undef INT8_MIN
102 # define INT8_MIN (-INT8_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 101 # undef INT8_MIN
102 # define INT8_MIN (-INT8_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 101 # undef INT8_MIN
102 # define INT8_MIN (-INT8_MAX - 1)

Completed in 362 milliseconds

1 23 4 5