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

<<111213141516

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /external/chromium/base/
process_util_posix.cc 316 if (max_fds > INT_MAX)
317 max_fds = INT_MAX;
  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc 471 INT_MAX));
499 INT_MAX));
    [all...]
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/libpcap/
pcap-dlpi.c 120 #define INT_MAX 2147483647
1001 if (errno == ERANGE || unit > INT_MAX) {
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 304 int minsad = INT_MAX, mind = -1;
500 int minsad = INT_MAX, mind = -1;
cvsurf.cpp 424 CvRect patch_rect0 = { INT_MAX, INT_MAX, INT_MIN, INT_MIN }, patch_rect, sr_patch_rect;
  /external/protobuf/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/qemu/android/camera/
camera-service.c 81 return (val == LONG_MAX) ? INT_MAX : INT_MIN;
87 return val > 0 ? INT_MAX : INT_MIN;
    [all...]
  /external/qemu/audio/
alsaaudio.c     [all...]
ossaudio.c 931 .max_voices_out = INT_MAX,
932 .max_voices_in = INT_MAX,
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 686 if (nsrange.location > INT_MAX)
688 if (nsrange.length > INT_MAX || nsrange.location + nsrange.length > INT_MAX)
689 nsrange.length = INT_MAX - nsrange.location;
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 1019 maxWidth = INT_MAX;
1021 maxHeight = INT_MAX;
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 450 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
473 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
568 int gf_motion_error = INT_MAX;
599 int motion_error = INT_MAX;
615 tmp_err = INT_MAX;
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 118 if( (int64)arr->step*arr->rows > INT_MAX )
308 if( step > INT_MAX )
314 mat->type = CV_MATND_MAGIC_VAL | (step <= INT_MAX ? CV_MAT_CONT_FLAG : 0) | type;
578 if( j == dim0 && step > INT_MAX )
819 hashval &= INT_MAX;
916 hashval &= INT_MAX;
1126 if( cur_step > INT_MAX )
    [all...]
cxrand.cpp 519 fast_int_mode &= INT_MIN <= diff && diff <= INT_MAX && (t1 & (t1 - 1)) == 0;
  /external/ping/
ping.c 128 static int screen_width = INT_MAX;
281 if (lingertime < 0 || lingertime > INT_MAX/1000000) {
495 if (interval >= INT_MAX/preload) {
    [all...]
  /external/bison/src/
tables.c 83 #define BASE_MAXIMUM INT_MAX
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 234 if ((retval < INT_MIN) || (retval > INT_MAX) || (errno != 0))
  /external/chromium/base/metrics/
histogram.h 270 static const Sample kSampleType_MAX = INT_MAX;
  /external/iproute2/lib/
utils.c 40 if (!ptr || ptr == arg || *ptr || res > INT_MAX || res < INT_MIN)
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 370 unsigned(INT_MAX)) {
  /external/opencv/cvaux/src/
cvdpstereo.cpp 66 #define ICV_MAX_DP_SUM_VAL (INT_MAX/4)
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 1061 int min_val = INT_MAX, max_val = INT_MIN;

Completed in 1754 milliseconds

<<111213141516