Home
last modified time | relevance | path

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

/lib/zstd/
Dzstd_opt.h252 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBtAndGetAllMatches() local
329 if (matchIndex <= btLow) { in ZSTD_insertBtAndGetAllMatches()
339 if (matchIndex <= btLow) { in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1578 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBt1() local
1616 if (matchIndex <= btLow) { in ZSTD_insertBt1()
1626 if (matchIndex <= btLow) { in ZSTD_insertBt1()
1660 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBtAndFindBestMatch() local
1699 if (matchIndex <= btLow) { in ZSTD_insertBtAndFindBestMatch()
1709 if (matchIndex <= btLow) { in ZSTD_insertBtAndFindBestMatch()