Home
last modified time | relevance | path

Searched defs:toFlush (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1089 size_t toFlush; in ZSTDMT_toFlushNow() local
1453 … size_t const toFlush = MIN(cSize - mtctx->jobs[wJobID].dstFlushed, output->size - output->pos); in ZSTDMT_flushProduced() local
H A Dzstd_compress.c4256 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic() local
4958 size_t const toFlush = remainingToFlush + lastBlockSize + checksumSize; in ZSTD_endStream() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16992 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic() local
17190 size_t const toFlush = remainingToFlush + lastBlockSize + checksumSize; in ZSTD_endStream() local