Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1746 unsigned forwardInputProgress = 0; in ZSTDMT_compressStream_generic() local
1782 forwardInputProgress = syncPoint.toLoad>0; in ZSTDMT_compressStream_generic()
1806 …{ size_t const remainingToFlush = ZSTDMT_flushProduced(mtctx, output, !forwardInputProgress, end… in ZSTDMT_compressStream_generic()