Home
last modified time | relevance | path

Searched refs:vLimit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4hc_compress.c143 const BYTE *vLimit = ip in LZ4HC_InsertAndFindBestMatch() local
146 if (vLimit > iLimit) in LZ4HC_InsertAndFindBestMatch()
147 vLimit = iLimit; in LZ4HC_InsertAndFindBestMatch()
149 match + MINMATCH, vLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch()
150 if ((ip + mlt == vLimit) in LZ4HC_InsertAndFindBestMatch()
151 && (vLimit < iLimit)) in LZ4HC_InsertAndFindBestMatch()
230 const BYTE *vLimit = ip + (dictLimit - matchIndex); in LZ4HC_InsertAndGetWiderMatch() local
232 if (vLimit > iHighLimit) in LZ4HC_InsertAndGetWiderMatch()
233 vLimit = iHighLimit; in LZ4HC_InsertAndGetWiderMatch()
236 matchPtr + MINMATCH, vLimit) in LZ4HC_InsertAndGetWiderMatch()
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c143 const BYTE *vLimit = ip in LZ4HC_InsertAndFindBestMatch() local
146 if (vLimit > iLimit) in LZ4HC_InsertAndFindBestMatch()
147 vLimit = iLimit; in LZ4HC_InsertAndFindBestMatch()
149 match + MINMATCH, vLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch()
150 if ((ip + mlt == vLimit) in LZ4HC_InsertAndFindBestMatch()
151 && (vLimit < iLimit)) in LZ4HC_InsertAndFindBestMatch()
230 const BYTE *vLimit = ip + (dictLimit - matchIndex); in LZ4HC_InsertAndGetWiderMatch() local
232 if (vLimit > iHighLimit) in LZ4HC_InsertAndGetWiderMatch()
233 vLimit = iHighLimit; in LZ4HC_InsertAndGetWiderMatch()
236 matchPtr + MINMATCH, vLimit) in LZ4HC_InsertAndGetWiderMatch()
[all...]

Completed in 3 milliseconds