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

1 2

  /external/clang/test/Analysis/
switch-case.c 7 #define INT_MAX 0x7fffffff
82 case 10 ... INT_MAX:
112 case 26 ... INT_MAX:
128 case 20 ... INT_MAX:
149 case 20 ... INT_MAX:
168 case 20 ... INT_MAX:
additive-folding-range-constraints.c 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1))
7 #define INT_MIN (-INT_MAX - 1)
165 int max = INT_MAX;
190 int max = INT_MAX;
197 int max = INT_MAX;
260 unsigned max = INT_MAX;
267 unsigned max = INT_MAX;
288 unsigned max = INT_MAX;
294 clang_analyzer_eval(a == INT_MAX); // expected-warning{{UNKNOWN}}
additive-folding.cpp 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1))
7 #define INT_MIN (-INT_MAX - 1)
145 int max = INT_MAX;
153 int max = INT_MAX;
162 int max = INT_MAX;
171 int max = INT_MAX;
  /device/linaro/bootloader/edk2/StdLib/Include/
limits.h 70 #define INT_MAX __INT_MAX
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 34 # Pseudo INT_MAX. Used as infinity when comparing temperature readings
35 INT_MAX = 10000
378 lower_bound = -self.INT_MAX
382 upper_bound = self.INT_MAX
  /external/clang/lib/Headers/
limits.h 49 #undef INT_MAX
62 #define INT_MAX __INT_MAX__
opencl-c.h 175 #define NAN as_float(INT_MAX)
178 #define FP_ILOGBNAN INT_MAX
269 #define INT_MAX 2147483647
    [all...]
  /external/libpcap/
fad-gifc.c 63 #define INT_MAX 2147483647
178 * Don't let the buffer size get bigger than INT_MAX.
180 if (buf_size > INT_MAX) {
183 INT_MAX);
pcap.c 68 #define INT_MAX 2147483647
739 busnum >= 0 && busnum <= INT_MAX) {
742 * bigger than INT_MAX. Construct
    [all...]
sockutils.c 62 #define INT_MAX 2147483647
653 if (size > INT_MAX)
659 INT_MAX);
854 if (size > INT_MAX)
860 INT_MAX);
945 if (size > INT_MAX)
951 INT_MAX);
    [all...]
pcap-dlpi.c 115 #define INT_MAX 2147483647
898 if (errno == ERANGE || unit > INT_MAX) {
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
limits.h 58 #define INT_MAX __INT_MAX /* max value for an int */
  /bionic/libc/include/
limits.h 83 #define INT_MAX 0x7fffffff /* max value for an int */
129 #define SSIZE_MAX INT_MAX
  /external/u-boot/include/linux/
kernel.h 10 #define INT_MAX ((int)(~0U>>1))
11 #define INT_MIN (-INT_MAX - 1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 835 #ifndef INT_MAX
836 #define INT_MAX 2147483647
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 858 #ifndef INT_MAX
859 #define INT_MAX 2147483647
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 874 #ifndef INT_MAX
875 #define INT_MAX 2147483647
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 835 #ifndef INT_MAX
836 #define INT_MAX 2147483647
  /external/python/cpython2/Include/
pyport.h 867 #ifndef INT_MAX
868 #define INT_MAX 2147483647
  /external/python/cpython3/Include/
pyport.h 671 #ifndef INT_MAX
672 #define INT_MAX 2147483647
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 77 #define INT_MAX 2147483647 /* max value for an int */
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/googletest/googletest/test/
googletest-death-test-test.cc     [all...]
  /external/python/cpython2/Lib/plat-beos5/
IN.py 106 INT_MAX = LONG_MAX
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 218 INT_MAX = 2147483647

Completed in 1933 milliseconds

1 2