Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1124 static unsigned ZSTDMT_computeTargetJobLog(const ZSTD_CCtx_params* params) in ZSTDMT_computeTargetJobLog() function
1176 ovLog = MIN(params->cParams.windowLog, ZSTDMT_computeTargetJobLog(params) - 2) in ZSTDMT_computeOverlapSize()
1236 mtctx->targetSectionSize = 1ULL << ZSTDMT_computeTargetJobLog(&params); in ZSTDMT_initCStream_internal()