Home
last modified time | relevance | path

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

/openbmc/linux/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) + MINMATCH; in LZ4HC_InsertAndGetWiderMatch()
[all …]