Searched refs:btLow (Results 1 – 2 of 2) sorted by relevance
252 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBtAndGetAllMatches() local329 if (matchIndex <= btLow) { in ZSTD_insertBtAndGetAllMatches()339 if (matchIndex <= btLow) { in ZSTD_insertBtAndGetAllMatches()
1578 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBt1() local1616 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() local1699 if (matchIndex <= btLow) { in ZSTD_insertBtAndFindBestMatch()1709 if (matchIndex <= btLow) { in ZSTD_insertBtAndFindBestMatch()