Searched refs:windowLow (Results 1 – 2 of 2) sorted by relevance
253 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndGetAllMatches() local265 if (matchIndex3 > windowLow && (curr - matchIndex3 < (1 << 18))) { in ZSTD_insertBtAndGetAllMatches()295 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBtAndGetAllMatches()
1582 U32 const windowLow = zc->lowLimit; in ZSTD_insertBt1() local1588 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBt1()1661 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndFindBestMatch() local1670 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBtAndFindBestMatch()