Searched refs:mlt (Results 1 – 1 of 1) sorted by relevance
130 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() local133 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()134 ml = mlt; in LZ4HC_InsertAndFindBestMatch()142 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local148 mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch()150 if ((ip + mlt == vLimit) in LZ4HC_InsertAndFindBestMatch()152 mlt += LZ4_count(ip + mlt, in LZ4HC_InsertAndFindBestMatch()155 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()157 ml = mlt; in LZ4HC_InsertAndFindBestMatch()204 int mlt = MINMATCH + LZ4_count( in LZ4HC_InsertAndGetWiderMatch() local[all …]