HomeSort by relevance Sort by last modified time
    Searched full:long_max (Results 201 - 225 of 269) sorted by null

1 2 3 4 5 6 7 891011

  /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/open-vcdiff/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/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.)
  /ndk/sources/third_party/googletest/googletest/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/bison/lib/
intprops.h 142 if (INT_MULTIPLY_RANGE_OVERFLOW (i, j, LONG_MIN, LONG_MAX))
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 466 if (score == LONG_MAX || score == LONG_MIN ||
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_lib.c 186 if (ret > LONG_MAX)
  /external/clang/test/Sema/
conversion.c 354 char s = LONG_MAX; // expected-warning {{implicit conversion from 'long' to 'char' changes value}}
  /external/iptables/extensions/
libxt_time.c 303 if (date == 0 || date == LONG_MAX)
  /external/openssh/openbsd-compat/
port-aix.c 458 if (ngroups >= maxgroups || l == LONG_MIN || l == LONG_MAX) {
  /external/openssl/crypto/asn1/
asn1_lib.c 186 if (ret > LONG_MAX)
  /external/stlport/stlport/stl/
_limits.h 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /frameworks/av/media/libnbaio/
NBLog.cpp 375 long deltaMin = LONG_MAX;
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 137 // intentionally less than LONG_MAX
  /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 249 : public _STLP_PRIV _Integer_limits<long, LONG_MIN, LONG_MAX, -1, true>
  /external/bison/darwin-lib/
inttypes.h 500 # elif 1 && LONG_MAX >> 30 == 1
993 # elif 1 && LONG_MAX >> 30 == 1
    [all...]
  /external/bison/linux-lib/
inttypes.h 500 # elif 1 && LONG_MAX >> 30 == 1
993 # elif 1 && LONG_MAX >> 30 == 1
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 453 * bits of the FP register. Clip to LONG_MIN or LONG_MAX if the FP
472 * bits of the FP register. Clip to LONG_MIN or LONG_MAX if the FP
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 536 * Return a long if possible (e.g. within range LONG_MAX,
537 * LONG_MAX], and with no decimals), otherwise a double. If
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 587 * Return a long if possible (e.g. within range LONG_MAX,
588 * LONG_MAX], and with no decimals), otherwise a double. If
    [all...]

Completed in 3903 milliseconds

1 2 3 4 5 6 7 891011