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

1 2 3 4

  /frameworks/native/services/sensorservice/
SensorRegistrationInfo.h 33 mHour = mMin = mSec = INT8_MIN;
58 return (info.mHour == INT8_MIN &&
59 info.mMin == INT8_MIN &&
60 info.mSec == INT8_MIN);
  /external/valgrind/none/tests/s390x/
comp-1.c 85 SCOMP_REG_REG(insn, INT8_MIN, INT8_MIN); \
86 SCOMP_REG_REG(insn, INT8_MIN, INT8_MAX); \
87 SCOMP_REG_REG(insn, INT8_MAX, INT8_MIN); \
115 SCOMP_REG_MEM(insn, INT8_MIN, INT8_MIN, op2_t); \
116 SCOMP_REG_MEM(insn, INT8_MIN, INT8_MAX, op2_t); \
117 SCOMP_REG_MEM(insn, INT8_MAX, INT8_MIN, op2_t); \
145 SCOMP_REG_IMM(insn, INT8_MIN, INT8_MIN); \
    [all...]
  /external/llvm/include/llvm/Support/
DataTypes.h 85 #define INT8_MIN -128
118 #ifndef INT8_MIN
119 # define INT8_MIN -128
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 84 #define INT8_MIN -128
118 #ifndef INT8_MIN
119 # define INT8_MIN -128
DataTypes.h.cmake 84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
DataTypes.h.in 84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 84 #define INT8_MIN -128
118 #ifndef INT8_MIN
119 #define INT8_MIN -128
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 85 #define INT8_MIN -128
118 #ifndef INT8_MIN
119 # define INT8_MIN -128
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 85 #define INT8_MIN -128
118 #ifndef INT8_MIN
119 # define INT8_MIN -128
  /external/syslinux/com32/include/
stdint.h 31 #define INT8_MIN (-128)
46 #define INT_LEAST8_MIN INT8_MIN
61 #define INT_FAST8_MIN INT8_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 76 #define INT8_MIN (-128)
92 #define INT_LEAST8_MIN INT8_MIN
108 #define INT_FAST8_MIN INT8_MIN
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 65 #define INT8_MIN (-0x7f-1)
87 #define INT_LEAST8_MIN INT8_MIN
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 132 #define INT8_MIN ((int8_t)_I8_MIN)
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
  /external/libusb/msvc/
stdint.h 127 #define INT8_MIN (-128)
143 #define INT_LEAST8_MIN INT8_MIN
159 #define INT_FAST8_MIN INT8_MIN
  /external/libvncserver/compat/msvc/
stdint.h 132 #define INT8_MIN ((int8_t)_I8_MIN)
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 117 #define INT8_MIN ((int8_t)_I8_MIN)
131 #define INT_LEAST8_MIN INT8_MIN
145 #define INT_FAST8_MIN INT8_MIN
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 178 #define INT8_MIN ((int8_t)_I8_MIN)
192 #define INT_LEAST8_MIN INT8_MIN
206 #define INT_FAST8_MIN INT8_MIN
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 124 #define INT8_MIN -128
141 #define INT_LEAST8_MIN INT8_MIN
157 #define INT_FAST8_MIN INT8_MIN
  /external/icu/icu4c/source/common/unicode/
umachine.h 159 #ifndef INT8_MIN
161 # define INT8_MIN ((int8_t)(-128))
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 42 #define INT8_MIN (-0x7f-1) /* int8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 42 #define INT8_MIN (-0x7f-1) /* int8_t */

Completed in 569 milliseconds

1 2 3 4