Searched refs:btLog (Results 1 – 4 of 4) sorted by relevance
422 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBt1() local423 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()576 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local577 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()602 …2 const dmsBtLog = dictMode == ZSTD_dictMatchState ? dmsCParams->chainLog - 1 : btLog; in ZSTD_insertBtAndGetAllMatches()
29 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT() local30 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()71 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertDUBT1() local72 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1()179 U32 const btLog = dmsCParams->chainLog - 1; in ZSTD_DUBT_findBetterDictMatch() local180 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch()248 U32 const btLog = cParams->chainLog - 1; in ZSTD_DUBT_findBestMatch() local249 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch()
39 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT() local40 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()82 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertDUBT1() local83 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1()191 U32 const btLog = dmsCParams->chainLog - 1; in ZSTD_DUBT_findBetterDictMatch() local192 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch()261 U32 const btLog = cParams->chainLog - 1; in ZSTD_DUBT_findBestMatch() local262 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch()
454 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBt1() local455 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1()612 U32 const btLog = cParams->chainLog - 1; in ZSTD_insertBtAndGetAllMatches() local613 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches()638 …2 const dmsBtLog = dictMode == ZSTD_dictMatchState ? dmsCParams->chainLog - 1 : btLog; in ZSTD_insertBtAndGetAllMatches()