HomeSort by relevance Sort by last modified time
    Searched refs:INT_MAX (Results 226 - 250 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pcre/
pcreposix.c 328 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE;
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 34 if (part[i] > INT_MAX/10) return TRY_OTHER;/* number too big */
  /external/valgrind/unittest/
thread_wrappers.h 42 #include <limits.h> // INT_MAX
235 : queue_(INT_MAX) {
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 369 if (absoluteTime > INT_MAX) {
  /external/webkit/Source/WebKit/android/nav/
CachedHistory.cpp 86 mMaxWorkingHorizontal = mMaxWorkingVertical = INT_MAX;
SelectText.cpp 173 if (mBase == INT_MAX) {
183 if (mBottom == INT_MAX) {
312 mBase = mBottom = mTop = INT_MAX; // mark as uninitialized
343 if (mTop == INT_MAX) {
643 mDx = mDy = mCx = mCy = INT_MAX;
814 mLastBase = INT_MAX;
927 mLastBase = INT_MAX;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
_speedups.c 4 #define PY_SSIZE_T_MAX INT_MAX
  /system/core/run-as/
package.c 80 if (buffsize >= INT_MAX) {
320 * If the value is larger than INT_MAX, -1 will be returned,
  /system/extras/showslab/
showslab.c 88 stats->min_obj_size = INT_MAX;
  /external/bluetooth/glib/
glibconfig.h.win32.in 25 #define G_MAXINT INT_MAX
  /external/clang/INPUTS/
c99-intconst-1.c 79 first_of3(int, (C) <= INT_MAX, \
83 first_of6(int, (C) <= INT_MAX, \
  /external/openssl/crypto/bio/
b_print.c 371 max = INT_MAX;
841 return (retlen <= INT_MAX) ? (int)retlen : -1;
  /external/qemu/audio/
esdaudio.c 638 .max_voices_out = INT_MAX,
639 .max_voices_in = INT_MAX,
fmodaudio.c 683 .max_voices_out = INT_MAX,
684 .max_voices_in = INT_MAX,
paaudio.c 613 .max_voices_out = INT_MAX,
614 .max_voices_in = INT_MAX,
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 254 return roundForImpreciseConversion<int, INT_MAX, INT_MIN>(computeLengthDouble(style, rootStyle));
259 return roundForImpreciseConversion<int, INT_MAX, INT_MIN>(computeLengthDouble(style, rootStyle, multiplier));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 417 #define CDSL_NONE (INT_MAX-1)
418 #define CDSL_CURRENT INT_MAX
  /external/libvpx/vpx/src/
vpx_encoder.c 74 if (!iface || !cfg || usage > INT_MAX)
  /external/opencv/cv/src/
cvcanny.cpp 86 aperture_size &= INT_MAX;
  /external/openssl/crypto/asn1/
asn1_lib.c 117 if (l > (INT_MAX >> 7L)) goto err;
  /external/qemu/android/skin/
rect.c 196 box->x1 = box->y1 = INT_MAX;
  /external/stlport/src/
strstream.cpp 279 size_t N = n > 0 ? size_t(n) : n == 0 ? strlen(get) : size_t(INT_MAX);
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 282 if (delay < 0 || delay > INT_MAX / 1000)
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.cpp 36 double ResourceRequestBase::s_defaultTimeoutInterval = INT_MAX;
  /frameworks/base/cmds/stagefright/
stream.cpp 326 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 91011>>