Home
last modified time | relevance | path

Searched refs:mlt (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/lz4/
H A Dlz4hc_compress.c132 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()
133 ml = mlt; in LZ4HC_InsertAndFindBestMatch()
141 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local
151 mlt += LZ4_count(ip + mlt, in LZ4HC_InsertAndFindBestMatch()
154 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()
156 ml = mlt; in LZ4HC_InsertAndFindBestMatch()
214 mlt -= back; in LZ4HC_InsertAndGetWiderMatch()
227 size_t mlt; in LZ4HC_InsertAndGetWiderMatch() local
238 mlt += LZ4_count(ip + mlt, base + dictLimit, in LZ4HC_InsertAndGetWiderMatch()
245 mlt -= back; in LZ4HC_InsertAndGetWiderMatch()
[all …]