Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h301 #define ZSTD_cycleLog zfs_ZSTD_cycleLog macro
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c912 if (fileWindowLog > ZSTD_cycleLog(cParams.chainLog, cParams.strategy)) { in FIO_adjustParamsForPatchFromMode()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11034 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat);
14103 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog() function
14137 { U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy); in ZSTD_adjustCParams_internal()
15643 U32 const cycleLog = ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy); in ZSTD_overflowCorrectIfNeeded()