Searched refs:LONG_MIN (Results 1 - 25 of 46) sorted by path

12

/external/bison/darwin-lib/
H A Dstdint.h95 LONG_MIN, LONG_MAX, ULONG_MAX. */
452 # define INT_FAST32_MIN LONG_MIN
474 #define INTPTR_MIN LONG_MIN
/external/bison/lib/
H A Dstdint.in.h94 LONG_MIN, LONG_MAX, ULONG_MAX. */
451 # define INT_FAST32_MIN LONG_MIN
473 #define INTPTR_MIN LONG_MIN
H A Dstrtol.c168 # define STRTOL_LONG_MIN LONG_MIN
/external/chromium_org/sandbox/linux/suid/
H A Dsandbox.c448 if (score == LONG_MAX || score == LONG_MIN || !endptr || *endptr ||
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc1122 if (long_value == LONG_MAX || long_value == LONG_MIN ||
1124 // LONG_MAX or LONG_MIN when the input overflows.)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8951 if (long_value == LONG_MAX || long_value == LONG_MIN ||
8953 // LONG_MAX or LONG_MIN when the input overflows.)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5332 Track::EOSBlock::EOSBlock() : BlockEntry(NULL, LONG_MIN) {}
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc684 if (long_value == LONG_MAX || long_value == LONG_MIN ||
686 // LONG_MAX or LONG_MIN when the input overflows.)
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc568 if (errno == ERANGE && result == LONG_MIN) {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c3601 if (empty) return((Z_long) LONG_MIN); /* minus infinity */
H A Dintnum.c758 return LONG_MIN;
762 return (ul & 0x80000000) ? LONG_MIN : -((long)ul);
H A Dinttree.c75 it->nil = ITN_create(LONG_MIN, LONG_MIN, NULL);
155 Assert((it->nil->maxHigh=LONG_MIN),
156 "nil->maxHigh != LONG_MIN in ITLeftRotate");
219 Assert((it->nil->maxHigh=LONG_MIN),
220 "nil->maxHigh != LONG_MIN in ITRightRotate");
368 Assert((it->nil->maxHigh=LONG_MIN),
369 "nil->maxHigh != LONG_MIN in ITTreeInsert");
639 Assert((it->nil->maxHigh=LONG_MIN),
640 "nil->maxHigh != LONG_MIN i
[all...]
/external/clang/lib/Headers/
H A Dlimits.h51 #undef LONG_MIN macro
68 #define LONG_MIN (-__LONG_MAX__ -1L) macro
/external/clang/test/Headers/
H A Dlimits.cpp11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), "");
21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc127 TestAgainstLibc<long>("%zd-%zd", LONG_MIN, LONG_MAX); // NOLINT
/external/dhcpcd/
H A Dif-options.c122 (errno == ERANGE && (n == LONG_MAX || n == LONG_MIN)))
/external/e2fsprogs/e2fsck/
H A Dprofile.c1549 if ((ret_long == LONG_MIN || ret_long == LONG_MAX) && errno != 0)
/external/e2fsprogs/misc/
H A Dfsck.c144 if (*p || l == LONG_MIN || l == LONG_MAX || l < 0 || l > INT_MAX)
/external/gtest/src/
H A Dgtest-port.cc752 if (long_value == LONG_MAX || long_value == LONG_MIN ||
754 // LONG_MAX or LONG_MIN when the input overflows.)
/external/iproute2/lib/
H A Dutils.c213 ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) ||
/external/iproute2/tc/
H A Df_basic.c50 if (h == LONG_MIN || h == LONG_MAX) {
H A Df_cgroup.c34 if (h == LONG_MIN || h == LONG_MAX) {
/external/libcxx/test/depr/depr.c.headers/
H A Dlimits_h.pass.cpp66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dclimits.pass.cpp66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dlowest.pass.cpp49 test<long>(LONG_MIN);

Completed in 3450 milliseconds

12