Searched refs:btLog (Results 1 – 2 of 2) sorted by relevance
28 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT() local29 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()68 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertDUBT1() local69 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1()158 U32 const btLog = cParams->chainLog - 1; in ZSTD_DUBT_findBestMatch() local159 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch()
280 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBt1() local281 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()420 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local421 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()