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

1 23 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
pthread_once.cpp 77 __futex_wake_ex(once_control_ptr, 0, INT_MAX);
__cxa_guard.cpp 117 __futex_wake_ex(&gv->state, false, INT_MAX);
126 __futex_wake_ex(&gv->state, false, INT_MAX);
  /bionic/libc/kernel/uapi/linux/
netfilter_decnet.h 39 NF_DN_PRI_LAST = INT_MAX,
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ilogb.c 20 * ilogb(inf) = INT_MAX (no signal is raised)
47 else return INT_MAX;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsprintf.c 69 f._bf._size = f._w = INT_MAX;
  /external/boringssl/src/crypto/bytestring/
asn1_compat.c 37 if (der_len > INT_MAX) {
  /external/clang/test/Analysis/
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}}
  /external/elfutils/libdw/
dwarf_decl_line.c 60 if (line > INT_MAX)
  /external/google-breakpad/src/processor/
range_map_unittest.cc 372 { INT_MAX - 9, 11, 3, false }, // tests anti-overflow
373 { INT_MAX - 9, 10, 4, true }, // highest possible range
418 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive
420 { 1, INT_MAX, 52, true }, // From 1 to INT_MAX, inclusive
421 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice
423 { 1, INT_MAX, 55, false },
434 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end
441 { INT_MAX - 1, 1, 111, true },
443 { INT_MAX, 0, 113, false } // makes RetrieveRange check high en
    [all...]
static_range_map_unittest.cc 81 { INT_MAX - 9, 11, 3, false }, // tests anti-overflow
82 { INT_MAX - 9, 10, 4, true }, // highest possible range
127 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive
129 { 1, INT_MAX, 52, true }, // From 1 to INT_MAX, inclusive
130 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice
132 { 1, INT_MAX, 55, false },
143 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end
150 { INT_MAX - 1, 1, 111, true },
152 { INT_MAX, 0, 113, false } // makes RetrieveRange check high en
    [all...]
  /external/grpc-grpc/test/cpp/common/
channel_filter_test.cc 53 "myfilter", GRPC_CLIENT_CHANNEL, INT_MAX, nullptr);
  /external/iproute2/include/uapi/linux/
netfilter_ipv6.h 16 #include <limits.h> /* for INT_MIN, INT_MAX */
74 NF_IP6_PRI_LAST = INT_MAX,
  /external/iptables/include/linux/
netfilter_ipv6.h 69 NF_IP6_PRI_LAST = INT_MAX,
  /external/kernel-headers/original/uapi/linux/
netfilter_decnet.h 16 #include <limits.h> /* for INT_MIN, INT_MAX */
46 NF_DN_PRI_LAST = INT_MAX,
  /external/libtextclassifier/lang_id/common/lite_strings/
numbers.cc 63 (parsed_value < INT_MIN) || (parsed_value > INT_MAX)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
6-1.c 30 if (SEM_VALUE_MAX >= INT_MAX) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
5-1.c 32 if (counter >= INT_MAX) {
  /external/wayland/tests/
exec-fd-leak-checker.c 48 if (v < 0 || v > INT_MAX) {
  /bionic/libc/include/
limits.h 83 #define INT_MAX 0x7fffffff /* max value for an int */
129 #define SSIZE_MAX INT_MAX
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 44 * use INT_MAX in ldtoa() instead.
104 *decpt = INT_MAX;
119 *decpt = INT_MAX;
  /external/clang/lib/Headers/
limits.h 49 #undef INT_MAX
62 #define INT_MAX __INT_MAX__
  /external/curl/tests/libtest/
lib597.c 97 int itimeout = (timeout > (long)INT_MAX) ? INT_MAX : (int)timeout;
  /external/grpc-grpc/src/cpp/ext/filters/census/
grpc_plugin.cc 35 "opencensus_client", GRPC_CLIENT_CHANNEL, INT_MAX /* priority */,
38 "opencensus_server", GRPC_SERVER_CHANNEL, INT_MAX /* priority */,
  /external/libpng/contrib/arm-neon/
linux-auxv.c 49 /* Passing nread > INT_MAX to read is implementation defined in POSIX
51 * limit the value to INT_MAX!
53 if (nbytes > INT_MAX)
54 nread = INT_MAX;
  /external/strace/tests/
lookup_dcookie.c 47 # if (LONG_MAX > INT_MAX) \
59 if ((rc >= 0) && (rc < (long) INT_MAX)) {

Completed in 627 milliseconds

1 23 4 5 6 7 8 91011>>