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

<<31323334353637383940>>

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 617 #ifndef INT_MAX
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 423 if (m_max_y > 0 && m_min_y < 0 && -m_min_y > INT_MAX - m_max_y) {
  /external/svox/pico/lib/
picoapi.h 167 #if (INT_MAX == PICO_INT32_MAX)
  /external/toybox/toys/pending/
fsck.c 387 TT.max_nr_run = strtol_range(tmp, 0, INT_MAX);
route.c 239 rt->rt_window = atolx_range(*argv, 128, INT_MAX); //win low
  /external/zlib/src/
gzlib.c 617 #ifndef INT_MAX
  /frameworks/av/cmds/stagefright/
sf2.cpp 647 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
  /frameworks/native/opengl/libagl/
egl.cpp 399 if (depth.stride < 0 || depth.height > INT_MAX ||
559 if (depth.stride < 0 || depth.height > INT_MAX ||
684 if (depth.stride < 0 || depth.height > INT_MAX ||
771 if (depth.stride < 0 || depth.height > INT_MAX ||
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 150 int bestsme = INT_MAX;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 376 int x, y, segment_id = INT_MAX;
  /hardware/intel/img/psb_video/src/
tng_H263ES.c 234 ctx->ui32IntraCnt = INT_MAX;
tng_MPEG4ES.c 243 ctx->ui32IntraCnt = INT_MAX;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 67 .stop_threshold = INT_MAX,
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 160 sparams->stop_threshold = INT_MAX;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 76 // CPPUNIT_ASSERT( v1.max_size() == INT_MAX / sizeof(int) );
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 76 // CPPUNIT_ASSERT( v1.max_size() == INT_MAX / sizeof(int) );
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 607 if (size <= (size_type)INT_MAX) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 248 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 205 "_pack_": _testcapi.INT_MAX + 1}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 348 self.assertRaises(TypeError, _FileIO, _testcapi.INT_MAX + 1)

Completed in 753 milliseconds

<<31323334353637383940>>