Searched refs:btLog (Results 1 – 2 of 2) sorted by relevance
245 const U32 btLog = zc->params.cParams.chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local246 const U32 btMask = (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()
1567 U32 const btLog = zc->params.cParams.chainLog - 1; in ZSTD_insertBt1() local1568 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()1650 U32 const btLog = zc->params.cParams.chainLog - 1; in ZSTD_insertBtAndFindBestMatch() local1651 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBtAndFindBestMatch()