Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c207 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSubBlock_sequences() local
214 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSubBlock_sequences()
215 op += bitstreamSize; in ZSTD_compressSubBlock_sequences()
225 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()
227 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()
233 DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (bitstreamSize=%zu)", bitstreamSize); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2660 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_entropyCompressSeqStore_internal() local
2667 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_entropyCompressSeqStore_internal()
2668 op += bitstreamSize; in ZSTD_entropyCompressSeqStore_internal()
2678 if (lastCountSize && (lastCountSize + bitstreamSize) < 4) { in ZSTD_entropyCompressSeqStore_internal()
2680 assert(lastCountSize + bitstreamSize == 3); in ZSTD_entropyCompressSeqStore_internal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c485 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSubBlock_sequences() local
492 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSubBlock_sequences()
493 op += bitstreamSize; in ZSTD_compressSubBlock_sequences()
503 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()
505 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()
511 DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (bitstreamSize=%zu)", bitstreamSize); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2120 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSequences_internal() local
2127 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSequences_internal()
2128 op += bitstreamSize; in ZSTD_compressSequences_internal()