Home
last modified time | relevance | path

Searched refs:btLog (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c29 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT() local
30 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()
71 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertDUBT1() local
72 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1()
179 U32 const btLog = dmsCParams->chainLog - 1; in ZSTD_DUBT_findBetterDictMatch() local
180 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch()
248 U32 const btLog = cParams->chainLog - 1; in ZSTD_DUBT_findBestMatch() local
249 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch()
H A Dzstd_opt.c379 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBt1() local
380 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()
529 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local
530 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()
555 …2 const dmsBtLog = dictMode == ZSTD_dictMatchState ? dmsCParams->chainLog - 1 : btLog; in ZSTD_insertBtAndGetAllMatches()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c18414 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT() local
18415 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()
18456 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertDUBT1() local
18457 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1()
18565 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch()
18633 U32 const btLog = cParams->chainLog - 1; in ZSTD_DUBT_findBestMatch() local
18634 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch()
20525 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBt1() local
20526 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()
20675 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local
[all …]