Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_opt.h245 const U32 btLog = zc->params.cParams.chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local
246 const U32 btMask = (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1567 U32 const btLog = zc->params.cParams.chainLog - 1; in ZSTD_insertBt1() local
1568 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()
1650 U32 const btLog = zc->params.cParams.chainLog - 1; in ZSTD_insertBtAndFindBestMatch() local
1651 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBtAndFindBestMatch()