Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1063 unsigned lastJobNb = mtctx->nextJobID + mtctx->jobReady; assert(mtctx->jobReady <= 1); in ZSTDMT_getFrameProgression() local
1065 mtctx->doneJobID, lastJobNb, mtctx->jobReady) in ZSTDMT_getFrameProgression()
1066 for (jobNb = mtctx->doneJobID ; jobNb < lastJobNb ; jobNb++) { in ZSTDMT_getFrameProgression()