Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c460 unsigned nextJobID; member
486 serialState->nextJobID = 0; in ZSTDMT_serialState_reset()
598 serialState->nextJobID++; in ZSTDMT_serialState_update()
850 unsigned nextJobID; member
1088 fps.currentJobID = mtctx->nextJobID; in ZSTDMT_getFrameProgression()
1119 assert(jobID <= mtctx->nextJobID); in ZSTDMT_toFlushNow()
1316 mtctx->nextJobID = 0; in ZSTDMT_initCStream_internal()
1408 mtctx->nextJobID++; in ZSTDMT_createCompressionJob()
1414 mtctx->nextJobID, in ZSTDMT_createCompressionJob()
1417 mtctx->nextJobID, in ZSTDMT_createCompressionJob()
[all …]