HomeSort by relevance Sort by last modified time
    Searched full:int_max (Results 976 - 1000 of 1058) sorted by null

<<31323334353637383940>>

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 479 // If total_bytes_read_ surpasses INT_MAX, we record the extra bytes here
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 351 return (INT_MAX - a) < b;
357 return (INT_MAX >> shift) < a;
363 return (INT_MAX / multiplier) < a;
    [all...]
  /external/tinyxml2/
tinyxml2.h 369 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
    [all...]
  /external/toybox/toys/posix/
sed.c 515 if (match[0].rm_eo > INT_MAX) perror_exit(0);
  /external/v8/src/base/platform/
platform-win32.cc 379 if (unchecked_posix_time > INT_MAX || unchecked_posix_time < 0) {
    [all...]
  /ndk/build/gmsl/
index.html 390 <hr><b>int_max, int_min</b><br>
  /external/clang/www/analyzer/
potential_checkers.html     [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h     [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX;
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 396 if( size > INT_MAX )
    [all...]
  /external/openssh/
sshkey.c 919 if (nlen >= INT_MAX - elen ||
    [all...]
  /external/pcre/dist/
pcre_internal.h 205 #define PCRE_INT16_MAX INT_MAX
214 #define PCRE_INT32_MAX INT_MAX
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h 106 #elif (INT_MAX == 32767)
121 #if (INT_MAX == +2147483647)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 667 " INT_MAX = 2147483647;\n"
678 " value { name:\"INT_MAX\" number:2147483647 }"
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 183 int latestStrangeCameraId = INT_MAX;
600 return INT_MAX - procState;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 35 #define NOOP_MOVE_INSN_CODE INT_MAX
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 649 from _testcapi import INT_MAX
650 format_string = u"%.{}f".format(INT_MAX + 1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 649 from _testcapi import INT_MAX
650 format_string = u"%.{}f".format(INT_MAX + 1)
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /art/runtime/
jni_internal_test.cc     [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 954 if (! (INT_MIN <= n && n <= INT_MAX && errno != ERANGE))
    [all...]
  /external/fio/
init.c     [all...]
  /external/freetype/src/smooth/
ftgrays.c 139 #define FT_INT_MAX INT_MAX
    [all...]
  /external/iptables/iptables/
ip6tables.c 383 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX))
    [all...]

Completed in 1218 milliseconds

<<31323334353637383940>>