Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c820 unsigned jobIDMask; member
873 mtctx->jobIDMask = 0; in ZSTDMT_expandJobsTable()
877 mtctx->jobIDMask = nbJobs - 1; in ZSTDMT_expandJobsTable()
918 mtctx->jobIDMask = nbJobs - 1; in ZSTDMT_createCCtx_advanced_internal()
951 for (jobID=0; jobID <= mtctx->jobIDMask; jobID++) { in ZSTDMT_releaseAllJobResources()
1067 unsigned const wJobID = jobNb & mtctx->jobIDMask; in ZSTDMT_getFrameProgression()
1095 { unsigned const wJobID = jobID & mtctx->jobIDMask; in ZSTDMT_toFlushNow()
1323 unsigned const jobID = mtctx->nextJobID & mtctx->jobIDMask; in ZSTDMT_createCompressionJob()
1328 assert((mtctx->nextJobID & mtctx->jobIDMask) == (mtctx->doneJobID & mtctx->jobIDMask)); in ZSTDMT_createCompressionJob()
1408 unsigned const wJobID = mtctx->doneJobID & mtctx->jobIDMask; in ZSTDMT_flushProduced()
[all …]