Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_opt.h253 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndGetAllMatches() local
265 if (matchIndex3 > windowLow && (curr - matchIndex3 < (1 << 18))) { in ZSTD_insertBtAndGetAllMatches()
295 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1582 U32 const windowLow = zc->lowLimit; in ZSTD_insertBt1() local
1588 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBt1()
1661 const U32 windowLow = zc->lowLimit; in ZSTD_insertBtAndFindBestMatch() local
1670 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBtAndFindBestMatch()