Searched refs:ZSTD_cycleLog (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 301 #define ZSTD_cycleLog zfs_ZSTD_cycleLog macro
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 1204 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat);
|
| H A D | zstd_compress.c | 1134 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 D | zstdmt_compress.c | 1131 jobLog = MAX(21, ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy) + 3); in ZSTDMT_computeTargetJobLog()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 912 if (fileWindowLog > ZSTD_cycleLog(cParams.chainLog, cParams.strategy)) { in FIO_adjustParamsForPatchFromMode()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11034 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()
|