Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1794 unsigned forwardInputProgress = 0; in ZSTDMT_compressStream_generic() local
1830 forwardInputProgress = syncPoint.toLoad>0; in ZSTDMT_compressStream_generic()
1854 …{ size_t const remainingToFlush = ZSTDMT_flushProduced(mtctx, output, !forwardInputProgress, end… in ZSTDMT_compressStream_generic()