Searched refs:ZSTD_cycleLog (Results 1 – 2 of 2) sorted by relevance
1181 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat);
1082 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog() function1177 U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy); in ZSTD_adjustCParams_internal()2764 U32 const cycleLog = ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy); in ZSTD_overflowCorrectIfNeeded()