Searched refs:vLimit (Results 1 – 1 of 1) sorted by relevance
143 const BYTE *vLimit = ip in LZ4HC_InsertAndFindBestMatch() local146 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() local232 if (vLimit > iHighLimit) in LZ4HC_InsertAndGetWiderMatch()233 vLimit = iHighLimit; in LZ4HC_InsertAndGetWiderMatch()236 matchPtr + MINMATCH, vLimit) + MINMATCH; in LZ4HC_InsertAndGetWiderMatch()[all …]