Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c6880 { size_t const cBlocksSize = ZSTD_compressSequences_internal(cctx, in ZSTD_compressSequences() local
6884 FORWARD_IF_ERROR(cBlocksSize, "Compressing blocks failed!"); in ZSTD_compressSequences()
6885 cSize += cBlocksSize; in ZSTD_compressSequences()
6886 assert(cBlocksSize <= dstCapacity); in ZSTD_compressSequences()
6887 dstCapacity -= cBlocksSize; in ZSTD_compressSequences()
7413 { size_t const cBlocksSize = ZSTD_compressSequencesAndLiterals_internal(cctx, in ZSTD_compressSequencesAndLiterals() local
7417 FORWARD_IF_ERROR(cBlocksSize, "Compressing blocks failed!"); in ZSTD_compressSequencesAndLiterals()
7418 cSize += cBlocksSize; in ZSTD_compressSequencesAndLiterals()
7419 assert(cBlocksSize <= dstCapacity); in ZSTD_compressSequencesAndLiterals()
7420 dstCapacity -= cBlocksSize; in ZSTD_compressSequencesAndLiterals()