Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c813 size_t targetSectionSize; member
1234 mtctx->targetSectionSize = params.jobSize; in ZSTDMT_initCStream_internal()
1235 if (mtctx->targetSectionSize == 0) { in ZSTDMT_initCStream_internal()
1238 assert(mtctx->targetSectionSize <= (size_t)ZSTDMT_JOBSIZE_MAX); in ZSTDMT_initCStream_internal()
1242 U32 const jobSizeMB = (U32)(mtctx->targetSectionSize >> 20); in ZSTDMT_initCStream_internal()
1250 …if (mtctx->targetSectionSize < mtctx->targetPrefixSize) mtctx->targetSectionSize = mtctx->targetPr… in ZSTDMT_initCStream_internal()
1267 size_t const sectionsSize = mtctx->targetSectionSize * nbWorkers; in ZSTDMT_initCStream_internal()
1593 size_t const target = mtctx->targetSectionSize; in ZSTDMT_tryGetInputRange()
1732 size_t hintInSize = mtctx->targetSectionSize - mtctx->inBuff.filled; in ZSTDMT_nextInputSizeHint()
1733 if (hintInSize==0) hintInSize = mtctx->targetSectionSize; in ZSTDMT_nextInputSizeHint()
[all …]