Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c648 unsigned long long fullFrameSize; /* set by mtctx, then read by worker => no barrier */ member
690 …internal(cctx, NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, job->cdict, &jobParams, job->fullFrameSize); in ZSTDMT_compressionJob()
694 U64 const pledgedSrcSize = job->firstJob ? job->fullFrameSize : job->src.size; in ZSTDMT_compressionJob()
1344 mtctx->jobs[jobID].fullFrameSize = mtctx->frameContentSize; in ZSTDMT_createCompressionJob()