Searched refs:mlt (Results 1 – 1 of 1) sorted by relevance
129 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() local132 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()133 ml = mlt; in LZ4HC_InsertAndFindBestMatch()141 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local147 mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch()149 if ((ip + mlt == vLimit) in LZ4HC_InsertAndFindBestMatch()151 mlt += LZ4_count(ip + mlt, in LZ4HC_InsertAndFindBestMatch()154 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()156 ml = mlt; in LZ4HC_InsertAndFindBestMatch()203 int mlt = MINMATCH + LZ4_count( in LZ4HC_InsertAndGetWiderMatch() local[all …]