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

<<21222324252627282930>>

  /external/libcxx/src/
strstream.cpp 39 __n = INT_MAX;
  /external/libcxx/test/support/
test_allocator.h 33 int test_alloc_base::throw_after = INT_MAX;
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 95 int dissim = INT_MAX;
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 206 int t_pred_cost = INT_MAX;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 403 return INT_MAX;
  /external/mesa3d/src/glsl/
loop_controls.cpp 194 max_iterations = INT_MAX;
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngmem.c 148 if (add_elements <= INT_MAX - old_elements)
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 34 if (part[i] > INT_MAX/10) return TRY_OTHER;/* number too big */
  /external/toybox/toys/pending/
ftpget.c 105 cmd_status = atolx_range(toybuf, 0, INT_MAX);
  /external/v8/src/
zone.cc 232 if (new_size > INT_MAX) {
  /external/v8/test/cctest/
test-atomicops.cc 160 // Test at rollover boundary between int_max and int_min.
test-utils.cc 73 CHECK_EQ(INT_MAX, FastD2IChecked(1.0e100));
  /frameworks/av/cmds/stagefright/
stream.cpp 335 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 275 config.stop_threshold = INT_MAX;
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 66 .stop_threshold = INT_MAX,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 39 __n = INT_MAX;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 33 int test_alloc_base::throw_after = INT_MAX;
  /system/bt/stack/include/
gap_api.h 112 UINT16 int_max; member in struct:__anon69609
  /external/libavc/encoder/
ime.c 304 WORD32 i4_mb_cost, i4_mb_cost_least = INT_MAX, i4_distortion_least = INT_MAX;
759 ps_me_ctxt->i4_rec_strd, INT_MAX, &i4_mb_distortion);
  /external/openfst/src/include/fst/
randgen.h 170 int max_length = INT_MAX)
244 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX)
595 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1,
  /external/safe-iop/include/
safe_iop.h 576 MAKE_SADD(s, 32, int32_t, INT_MAX)
592 MAKE_SSUB(s, 32, int32_t, INT_MIN, INT_MAX)
609 MAKE_SMUL(s, 32, int32_t, INT_MAX, INT_MIN)
  /system/bt/stack/btu/
btu_hcif.c 1756 UINT16 int_min, int_max, latency, timeout; local
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/bison/src/
reader.c 555 /* Don't allow rule_length == INT_MAX, since that might
556 cause confusion with strtol if INT_MAX == LONG_MAX. */
557 if (rule_length == INT_MAX)

Completed in 728 milliseconds

<<21222324252627282930>>