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

<<31323334353637383940>>

  /frameworks/av/cmds/stagefright/
stagefright.cpp 940 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 673 if (max_slice_size_param->max_slice_size > INT_MAX ||
    [all...]
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 127 int32_t minSize = INT_MAX, tempSize;
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 118 .stop_threshold = INT_MAX,
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 977 if (size <= (size_type)INT_MAX) {
  /system/bt/stack/l2cap/
l2c_int.h     [all...]
  /external/linux-tools-perf/src/tools/perf/util/
probe-event.c 540 if (lr->end == INT_MAX)
711 lr->end = INT_MAX;
    [all...]
  /external/mksh/src/
misc.c 1234 internal_warningf("print_columns called with %s=%zu >= INT_MAX",
1243 internal_warningf("print_columns called with %s=%zu >= INT_MAX",
    [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 714 self.assertRaises(OverflowError, srv.listen, _testcapi.INT_MAX + 1)
820 _testcapi.INT_MAX + 1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 714 self.assertRaises(OverflowError, srv.listen, _testcapi.INT_MAX + 1)
820 _testcapi.INT_MAX + 1)
    [all...]
  /bionic/tests/
stdio_test.cpp 428 snprintf(buf, sizeof(buf), "%d", INT_MAX);
  /device/htc/flounder/audio/hal/
audio_hw.c 219 .stop_threshold = INT_MAX,
    [all...]
  /external/bison/darwin-lib/
inttypes.h 56 #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
    [all...]
  /external/bison/linux-lib/
inttypes.h 56 #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
    [all...]
  /external/bison/src/
tables.c 81 #define BASE_MAXIMUM INT_MAX
  /external/e2fsprogs/misc/
fsck.c 144 if (*p || l == LONG_MIN || l == LONG_MAX || l < 0 || l > INT_MAX)
  /external/giflib/
dgif_lib.c     [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 60 # if INT_MAX >> 31 == 0
  /external/libxml2/
HTMLtree.c 468 if (ret > INT_MAX)
    [all...]
  /external/lldb/include/lldb/Symbol/
Block.h 181 /// INT_MAX to dump all child blocks.
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 160 max_neg_bias = INT_MAX;
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 243 assert( (align & (align-1)) == 0 && size < INT_MAX );
    [all...]
  /external/openssh/
krl.c 650 if (rs->lo - bitmap_start > INT_MAX) {
    [all...]
  /external/pcre/dist/
pcrecpp.cc 792 if (r < INT_MIN || r > INT_MAX) return false; // Out of range

Completed in 1137 milliseconds

<<31323334353637383940>>