Home
last modified time | relevance | path

Searched defs:remainingToFlush (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/zstd/contrib/seekable_format/examples/
H A Dseekable_compression.c91 … size_t const remainingToFlush = ZSTD_seekable_endStream(cstream, &output); /* close stream */ in compressFile_orDie() local
/aosp_15_r20/external/zstd/tests/
H A Dzstreamtest.c2680 { size_t remainingToFlush = (size_t)(-1); in fuzzerTests() local
3103 { size_t remainingToFlush = 1; in fuzzerTests_newAPI() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstdmt_compress.c1877 …{ size_t const remainingToFlush = ZSTDMT_flushProduced(mtctx, output, !forwardInputProgress, end… in ZSTDMT_compressStream_generic() local
H A Dzstd_compress.c6970 size_t const remainingToFlush = ZSTD_compressStream2(zcs, output, &input, ZSTD_e_end); in ZSTD_endStream() local