Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c465 size_t jobSize, in ZSTDMT_serialState_reset() argument
494 ZSTDMT_setNbSeq(seqPool, ZSTD_ldm_getMaxNbSeq(params.ldmParams, jobSize)); in ZSTDMT_serialState_reset()
530 serialState->params.jobSize = (U32)jobSize; in ZSTDMT_serialState_reset()
573 assert(src.size <= serialState->params.jobSize); in ZSTDMT_serialState_update()
1206 …if (params.jobSize != 0 && params.jobSize < ZSTDMT_JOBSIZE_MIN) params.jobSize = ZSTDMT_JOBSIZE_MI… in ZSTDMT_initCStream_internal()
1207 if (params.jobSize > (size_t)ZSTDMT_JOBSIZE_MAX) params.jobSize = (size_t)ZSTDMT_JOBSIZE_MAX; in ZSTDMT_initCStream_internal()
1234 mtctx->targetSectionSize = params.jobSize; in ZSTDMT_initCStream_internal()
1251 …, "Job Size : %u KB (note : set to %u)", (U32)(mtctx->targetSectionSize>>10), (U32)params.jobSize); in ZSTDMT_initCStream_internal()
1800 size_t const jobSize = mtctx->inBuff.filled; in ZSTDMT_compressStream_generic() local
1802 FORWARD_IF_ERROR( ZSTDMT_createCompressionJob(mtctx, jobSize, endOp) , ""); in ZSTDMT_compressStream_generic()
H A Dzstd_compress_internal.h231 size_t jobSize; member
H A Dzstd_compress.c707 CCtxParams->jobSize = value; in ZSTD_CCtxParams_setParameter()
708 return CCtxParams->jobSize; in ZSTD_CCtxParams_setParameter()
864 assert(CCtxParams->jobSize <= INT_MAX); in ZSTD_CCtxParams_getParameter()
865 *value = (int)CCtxParams->jobSize; in ZSTD_CCtxParams_getParameter()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10135 size_t jobSize; member
13730 CCtxParams->jobSize = value; in ZSTD_CCtxParams_setParameter()
13731 return CCtxParams->jobSize; in ZSTD_CCtxParams_setParameter()
13863 assert(CCtxParams->jobSize <= INT_MAX); in ZSTD_CCtxParams_getParameter()
13864 *value = (int)CCtxParams->jobSize; in ZSTD_CCtxParams_getParameter()