Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1714 unsigned forwardInputProgress = 0; in ZSTDMT_compressStream_generic() local
1767 forwardInputProgress = toLoad>0; in ZSTDMT_compressStream_generic()
1783 …{ size_t const remainingToFlush = ZSTDMT_flushProduced(mtctx, output, !forwardInputProgress, end… in ZSTDMT_compressStream_generic()