Home
last modified time | relevance | path

Searched refs:ZSTD_cycleLog (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libzstd/
H A DSymbol.map165 ZSTD_cycleLog;
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1204 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat);
H A Dzstd_compress.c1134 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog() function
1217 U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy); in ZSTD_adjustCParams_internal()
2815 U32 const cycleLog = ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy); in ZSTD_overflowCorrectIfNeeded()
H A Dzstdmt_compress.c1131 jobLog = MAX(21, ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy) + 3); in ZSTDMT_computeTargetJobLog()
/dragonfly/contrib/zstd/programs/
H A Dfileio.c912 if (fileWindowLog > ZSTD_cycleLog(cParams.chainLog, cParams.strategy)) { in FIO_adjustParamsForPatchFromMode()