HomeSort by relevance Sort by last modified time
    Searched refs:LONG_MIN (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /external/libpng/
pngconf.h 526 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 160 public detail::integer_traits_base<long, LONG_MIN, LONG_MAX>
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 199 if ((long long)LONG_MIN <= $1 && $1 <= (long long)LONG_MAX) {
237 if ((long long)LONG_MIN <= *$1 && *$1 <= (long long)LONG_MAX) {
  /external/libnl/lib/
utils.c 66 if (num == LONG_MIN || num == LONG_MAX)
293 if (LONG_MIN != hz && LONG_MAX != hz) {
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 475 if (score == LONG_MAX || score == LONG_MIN || !endptr || *endptr ||
  /ndk/sources/android/support/tests/
wchar_unittest.cc 151 { L"-12222222222222222222222222222222222", 10, LONG_MIN, 36 },
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 684 if (long_value == LONG_MAX || long_value == LONG_MIN ||
686 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 688 if (long_value == LONG_MAX || long_value == LONG_MIN ||
690 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/mesa3d/src/gtest/src/
gtest-port.cc 684 if (long_value == LONG_MAX || long_value == LONG_MIN ||
686 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/protobuf/gtest/src/
gtest-port.cc 618 if (long_value == LONG_MAX || long_value == LONG_MIN ||
620 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 258 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 243 LONG_MIN = (-LONG_MAX - 1L)
  /system/core/healthd/
BatteryMonitor.cpp 282 val->valueInt64 = LONG_MIN;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.c 758 return LONG_MIN;
762 return (ul & 0x80000000) ? LONG_MIN : -((long)ul);
  /bionic/tests/
stdio_test.cpp 392 snprintf(buf, sizeof(buf), "%ld", LONG_MIN);
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 743 if (long_value == LONG_MAX || long_value == LONG_MIN ||
745 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/gtest/src/
gtest-port.cc 752 if (long_value == LONG_MAX || long_value == LONG_MIN ||
754 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/iproute2/lib/
utils.c 213 ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) ||
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-python.c 312 if ((long long)val >= LONG_MIN &&

Completed in 573 milliseconds

1 2 3 4 5 6 78 9