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.c1858 unsigned forwardInputProgress = 0; in ZSTDMT_compressStream_generic() local
1894 forwardInputProgress = syncPoint.toLoad>0; in ZSTDMT_compressStream_generic()
1918 …{ size_t const remainingToFlush = ZSTDMT_flushProduced(mtctx, output, !forwardInputProgress, end… in ZSTDMT_compressStream_generic()