HomeSort by relevance Sort by last modified time
    Searched defs:INT32_MIN (Results 1 - 25 of 42) sorted by null

1 2

  /device/google/bonito/json-c/
json_inttypes.h 11 #define INT32_MIN ((int32_t)_I32_MIN)
  /device/google/crosshatch/json-c/
json_inttypes.h 11 #define INT32_MIN ((int32_t)_I32_MIN)
  /external/libaom/libaom/aom/
aom_integer.h 71 #if !defined(INT32_MIN)
72 #define INT32_MIN (-2147483647 - 1)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 106 #ifndef INT32_MIN
107 #define INT32_MIN (-2147483647 - 1)
  /external/icu/icu4c/source/common/unicode/
umachine.h 156 #ifndef INT32_MIN
158 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/icu/libandroidicu/include/unicode/
umachine.h 156 #ifndef INT32_MIN
158 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 90 #define INT32_MIN -2147483648
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 90 #define INT32_MIN -2147483648
135 #ifndef INT32_MIN
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 90 #define INT32_MIN -2147483648
135 #ifndef INT32_MIN
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 90 #define INT32_MIN -2147483648
135 #ifndef INT32_MIN
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 90 #define INT32_MIN -2147483648
135 #ifndef INT32_MIN
137 # define INT32_MIN (-INT32_MAX - 1)
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 90 #define INT32_MIN -2147483648
136 #ifndef INT32_MIN
138 #define INT32_MIN (-INT32_MAX - 1)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 67 #define INT32_MIN (-0x7fffffff-1)
89 #define INT_LEAST32_MIN INT32_MIN
109 #define INT_FAST8_MIN INT32_MIN
110 #define INT_FAST16_MIN INT32_MIN
111 #define INT_FAST32_MIN INT32_MIN
131 #define INTPTR_MIN INT32_MIN
154 #define PTRDIFF_MIN INT32_MIN
162 #define SIG_ATOMIC_MIN INT32_MIN
174 #define WCHAR_MIN INT32_MIN
179 #define WINT_MIN INT32_MIN
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 44 #define INT32_MIN (-0x7fffffff-1) /* int32_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 44 #define INT32_MIN (-0x7fffffff-1) /* int32_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 57 #define INT32_MIN ((-0x7fffffff)-1) /* int32_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 51 #define INT32_MIN (-0x7fffffff-1) /* int32_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 51 #define INT32_MIN (-0x7fffffff-1) /* int32_t */
  /external/capstone/include/
platform.h 48 #define INT32_MIN (-2147483647i32 - 1)
  /external/deqp-deps/SPIRV-Tools/source/opt/
fold.cpp 31 #ifndef INT32_MIN
32 #define INT32_MIN (-2147483648)
364 constants[1]->GetS32BitValue() == INT32_MIN) {
382 constants[0]->GetS32BitValue() == INT32_MIN) {
405 constants[0]->GetS32BitValue() == INT32_MIN) {
433 constants[1]->GetS32BitValue() == INT32_MIN) {
  /external/llvm/include/llvm/Support/
DataTypes.h 91 #define INT32_MIN -2147483648
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 58 INT32_MIN = int(-(1 << 31))
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
fold.cpp 31 #ifndef INT32_MIN
32 #define INT32_MIN (-2147483648)
383 constants[1]->GetS32BitValue() == INT32_MIN) {
401 constants[0]->GetS32BitValue() == INT32_MIN) {
424 constants[0]->GetS32BitValue() == INT32_MIN) {
452 constants[1]->GetS32BitValue() == INT32_MIN) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 30 #ifndef INT32_MIN
31 #define INT32_MIN (-2147483647 - 1)
369 if (intval < INT32_MIN || intval > INT32_MAX) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 204 #ifndef INT32_MIN
205 #define INT32_MIN (-1 - INT32_MAX)
206 #endif /* !defined INT32_MIN */

Completed in 887 milliseconds

1 2