Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4hc_compress.c130 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() local
133 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()
134 ml = mlt; in LZ4HC_InsertAndFindBestMatch()
142 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local
148 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( LZ4HC_InsertAndGetWiderMatch() local
228 size_t mlt; LZ4HC_InsertAndGetWiderMatch() local
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c130 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() local
133 if (mlt > ml) { in LZ4HC_InsertAndFindBestMatch()
134 ml = mlt; in LZ4HC_InsertAndFindBestMatch()
142 size_t mlt; in LZ4HC_InsertAndFindBestMatch() local
148 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( LZ4HC_InsertAndGetWiderMatch() local
228 size_t mlt; LZ4HC_InsertAndGetWiderMatch() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H A Dtx3927.h79 endian_def_b4(unused0, ht, mlt, cls);

Completed in 3 milliseconds