Searched refs:LONG_MIN (Results 26 - 46 of 46) sorted by relevance

12

/external/mesa3d/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/protobuf/gtest/src/
H A Dgtest-port.cc618 if (long_value == LONG_MAX || long_value == LONG_MIN ||
620 // LONG_MAX or LONG_MIN when the input overflows.)
/external/stlport/stlport/stl/
H A D_limits.h249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c758 return LONG_MIN;
762 return (ul & 0x80000000) ? LONG_MIN : -((long)ul);
H A Dbitvect.c3601 if (empty) return((Z_long) LONG_MIN); /* minus infinity */
/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/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c312 if ((long long)val >= LONG_MIN &&
/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/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc568 if (errno == ERANGE && result == LONG_MIN) {
/external/dhcpcd/
H A Dif-options.c122 (errno == ERANGE && (n == LONG_MAX || n == LONG_MIN)))
/external/e2fsprogs/misc/
H A Dfsck.c144 if (*p || l == LONG_MIN || l == LONG_MAX || l < 0 || l > INT_MAX)
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc530 if (errno == ERANGE && result == LONG_MIN) {
/external/e2fsprogs/e2fsck/
H A Dprofile.c1549 if ((ret_long == LONG_MIN || ret_long == LONG_MAX) && errno != 0)
/external/oprofile/libpopt/
H A Dpopt.c923 if (aLong == LONG_MIN || aLong == LONG_MAX)
/external/safe-iop/include/
H A Dsafe_iop.h554 # define SSIZE_MIN LONG_MIN
/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/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8953 if (long_value == LONG_MAX || long_value == LONG_MIN ||
8955 // 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/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6101 BlockEntry(NULL, LONG_MIN)
/external/libvpx/libwebm/
H A Dmkvparser.cpp5335 Track::EOSBlock::EOSBlock() : BlockEntry(NULL, LONG_MIN) {}

Completed in 6207 milliseconds

12