HomeSort by relevance Sort by last modified time
    Searched refs:mlt (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/preload/
LoadedClass.java 57 int mlt = -1; field in class:LoadedClass
61 if (mlt != -1) {
62 return mlt;
65 return mlt = calculateMedian(loads);
  /external/lz4/lib/
lz4hc.c 181 size_t mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, iLimit) + MINMATCH; local
182 if (mlt > ml) { ml = mlt; *matchpos = match; }
190 size_t mlt; local
193 mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, vLimit) + MINMATCH;
194 if ((ip+mlt == vLimit) && (vLimit < iLimit))
195 mlt += LZ4_count(ip+mlt, base+dictLimit, iLimit);
196 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos *
260 size_t mlt; local
    [all...]
  /external/svox/pico/lib/
picosig.c 383 picoos_int32 f_data, mlt, *t1, *tmp1, *tmp2; local
594 mlt = (picoos_int32) ((sig_subObj->fSampNorm * sig_subObj->vMod)
598 f_data = *t1++ * mlt;
    [all...]

Completed in 776 milliseconds