Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c5976 { size_t const lastBlockSize = zcs->frameEnded ? 0 : ZSTD_BLOCKHEADERSIZE; in ZSTD_endStream() local
5978 size_t const toFlush = remainingToFlush + lastBlockSize + checksumSize; in ZSTD_endStream()