Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c841 size_t targetSectionSize; member
1262 mtctx->targetSectionSize = params.jobSize; in ZSTDMT_initCStream_internal()
1263 if (mtctx->targetSectionSize == 0) { in ZSTDMT_initCStream_internal()
1266 assert(mtctx->targetSectionSize <= (size_t)ZSTDMT_JOBSIZE_MAX); in ZSTDMT_initCStream_internal()
1270 U32 const jobSizeKB = (U32)(mtctx->targetSectionSize >> 10); in ZSTDMT_initCStream_internal()
1280 …if (mtctx->targetSectionSize < mtctx->targetPrefixSize) mtctx->targetSectionSize = mtctx->targetPr… in ZSTDMT_initCStream_internal()
1297 size_t const sectionsSize = mtctx->targetSectionSize * nbWorkers; in ZSTDMT_initCStream_internal()
1627 size_t const target = mtctx->targetSectionSize; in ZSTDMT_tryGetInputRange()
1780 size_t hintInSize = mtctx->targetSectionSize - mtctx->inBuff.filled; in ZSTDMT_nextInputSizeHint()
1781 if (hintInSize==0) hintInSize = mtctx->targetSectionSize; in ZSTDMT_nextInputSizeHint()
[all …]