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

1 2 3 4 5 6 7 8 91011

  /external/syslinux/com32/include/bitsize32/
stdintlimits.h 5 #define INT_FAST16_MIN INT32_MIN
6 #define INT_FAST32_MIN INT32_MIN
12 #define INTPTR_MIN INT32_MIN
16 #define PTRDIFF_MIN INT32_MIN
20 # define SIG_ATOMIC_MIN INT32_MIN //(-2147483647-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...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
3-1.c 23 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
5-1.c 22 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
3-1.c 26 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
  /external/icu/icu4c/source/i18n/
digitinterval.h 38 : fLargestExclusive(INT32_MAX), fSmallestInclusive(INT32_MIN) { }
46 fSmallestInclusive = INT32_MIN;
131 return fSmallestInclusive == INT32_MIN ? INT32_MAX : -fSmallestInclusive;
146 * digit. Returns INT32_MIN if this interval spans all digits to right of
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/
4-1.c 23 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigdelset/
4-1.c 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigismember/
5-1.c 24 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
  /external/valgrind/none/tests/s390x/
comp-1.c 93 SCOMP_REG_REG(insn, INT32_MIN, INT32_MIN); \
94 SCOMP_REG_REG(insn, INT32_MIN, INT32_MAX); \
95 SCOMP_REG_REG(insn, INT32_MAX, INT32_MIN); \
123 SCOMP_REG_MEM(insn, INT32_MIN, INT32_MIN, op2_t); \
124 SCOMP_REG_MEM(insn, INT32_MIN, INT32_MAX, op2_t); \
125 SCOMP_REG_MEM(insn, INT32_MAX, INT32_MIN, op2_t); \
153 SCOMP_REG_IMM(insn, INT32_MIN, INT32_MIN); \
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 106 #ifndef INT32_MIN
107 #define INT32_MIN (-2147483647 - 1)
  /hardware/qcom/msm8998/json-c/
json_inttypes.h 11 #define INT32_MIN ((int32_t)_I32_MIN)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 78 #define INT32_MIN (-2147483647 - 1)
94 #define INT_LEAST32_MIN INT32_MIN
110 #define INT_FAST32_MIN INT32_MIN
130 #define INTPTR_MIN INT32_MIN
145 #define PTRDIFF_MIN INT32_MIN
149 #define SIG_ATOMIC_MIN INT32_MIN
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
6-2.c 13 * MIN INT = INT32_MIN
35 INT32_MIN, INT32_MAX, 2147483647, -2147483647, -1073743192,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
8-2.c 11 * MIN INT = INT32_MIN
29 INT32_MIN, INT32_MAX, 2147483647, -2147483647, -1073743192,
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 129 an unsigned type, so INT32_MIN (and the most negative member of
132 #define INT32_MIN (-INT32_MAX-1)
143 #define INT_LEAST32_MIN INT32_MIN
159 #define INT_FAST32_MIN INT32_MIN
178 #define INTPTR_MIN INT32_MIN
199 #define PTRDIFF_MIN INT32_MIN
233 #define WINT_MIN INT32_MIN
236 #define SIG_ATOMIC_MIN INT32_MIN
  /external/libusb/msvc/
stdint.h 129 #define INT32_MIN (-2147483647 - 1)
145 #define INT_LEAST32_MIN INT32_MIN
161 #define INT_FAST32_MIN INT32_MIN
181 #define INTPTR_MIN INT32_MIN
196 #define PTRDIFF_MIN INT32_MIN
200 #define SIG_ATOMIC_MIN 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/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)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 91 #define INT32_MIN -2147483648
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1)

Completed in 2096 milliseconds

1 2 3 4 5 6 7 8 91011