ZSTD_cycleLog
U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy);
U32 const cycleLog = ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy);
U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat);