Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_lazy.c28 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT() local
29 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()
68 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertDUBT1() local
69 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1()
158 U32 const btLog = cParams->chainLog - 1; in ZSTD_DUBT_findBestMatch() local
159 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch()
Dzstd_opt.c280 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBt1() local
281 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()
420 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local
421 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()