Home
last modified time | relevance | path

Searched refs:btLow (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_lazy.c66 U32 nbCompares, U32 btLow, in ZSTD_insertDUBT1()
93 assert(curr >= btLow); in ZSTD_insertDUBT1()
132 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
133 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is smaller : next => %u", in ZSTD_insertDUBT1()
134 matchIndex, btLow, nextPtr[1]); in ZSTD_insertDUBT1()
141 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
142 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is larger => %u", in ZSTD_insertDUBT1()
143 matchIndex, btLow, nextPtr[0]); in ZSTD_insertDUBT1()
181 U32 const btLow = (btMask >= dictHighLimit - dictLowLimit) ? dictLowLimit : dictHighLimit - btMask; in ZSTD_DUBT_findBetterDictMatch() local
209 if (dictMatchIndex <= btLow) { brea in ZSTD_DUBT_findBetterDictMatch()
64 ZSTD_insertDUBT1(const ZSTD_matchState_t* ms, U32 curr, const BYTE* inputEnd, U32 nbCompares, U32 btLow, const ZSTD_dictMode_e dictMode) ZSTD_insertDUBT1() argument
250 U32 const btLow = (btMask >= curr) ? 0 : curr - btMask; ZSTD_DUBT_findBestMatch() local
[all...]
H A Dzstd_opt.c433 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBt1() local
468 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
476 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
509 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
516 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
583 U32 const btLow = (btMask >= curr) ? 0 : curr - btMask; in ZSTD_insertBtAndGetAllMatches() local
728 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
734 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
/kernel/linux/linux-5.10/lib/zstd/
H A 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()
H A 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()

Completed in 13 milliseconds