Searched refs:vLimit (Results 1 – 1 of 1) sorted by relevance
142 const BYTE *vLimit = ip in LZ4HC_InsertAndFindBestMatch() local145 if (vLimit > iLimit) in LZ4HC_InsertAndFindBestMatch()146 vLimit = iLimit; in LZ4HC_InsertAndFindBestMatch()148 match + MINMATCH, vLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch()149 if ((ip + mlt == vLimit) in LZ4HC_InsertAndFindBestMatch()150 && (vLimit < iLimit)) in LZ4HC_InsertAndFindBestMatch()229 const BYTE *vLimit = ip + (dictLimit - matchIndex); in LZ4HC_InsertAndGetWiderMatch() local231 if (vLimit > iHighLimit) in LZ4HC_InsertAndGetWiderMatch()232 vLimit = iHighLimit; in LZ4HC_InsertAndGetWiderMatch()235 matchPtr + MINMATCH, vLimit) + MINMATCH; in LZ4HC_InsertAndGetWiderMatch()[all …]