Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1123 unsigned lastJobNb = mtctx->nextJobID + mtctx->jobReady; assert(mtctx->jobReady <= 1); in ZSTDMT_getFrameProgression() local
1125 mtctx->doneJobID, lastJobNb, mtctx->jobReady); in ZSTDMT_getFrameProgression()
1126 for (jobNb = mtctx->doneJobID ; jobNb < lastJobNb ; jobNb++) { in ZSTDMT_getFrameProgression()