Searched refs:mlt (Results 1 – 3 of 3) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.c | 158 size_t const mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, iLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch() local 159 if (mlt > ml) { ml = mlt; *matchpos = match; } in LZ4HC_InsertAndFindBestMatch() 164 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local 167 mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, vLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch() 168 if ((ip+mlt == vLimit) && (vLimit < iLimit)) in LZ4HC_InsertAndFindBestMatch() 169 mlt += LZ4_count(ip+mlt, base+dictLimit, iLimit); in LZ4HC_InsertAndFindBestMatch() 170 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos */ in LZ4HC_InsertAndFindBestMatch() 212 int mlt = MINMATCH + LZ4_count(ip+MINMATCH, matchPtr+MINMATCH, iHighLimit); in LZ4HC_InsertAndGetWiderMatch() local 220 mlt -= back; in LZ4HC_InsertAndGetWiderMatch() 222 if (mlt > longest) { in LZ4HC_InsertAndGetWiderMatch() [all …]
|
/external/svox/pico/lib/ |
D | picosig.c | 383 picoos_int32 f_data, mlt, *t1, *tmp1, *tmp2; in sigProcess() local 594 mlt = (picoos_int32) ((sig_subObj->fSampNorm * sig_subObj->vMod) in sigProcess() 598 f_data = *t1++ * mlt; in sigProcess()
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 746 mlt{
|