Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c646 size_t sequencesSectionHeaderSize = 3; /* Use hard coded size of 3 bytes */ in ZSTD_estimateSubBlockSize_sequences() local
661 return cSeqSizeEstimate + sequencesSectionHeaderSize; in ZSTD_estimateSubBlockSize_sequences()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12350 size_t sequencesSectionHeaderSize = 3; /* Use hard coded size of 3 bytes */ in ZSTD_estimateSubBlockSize_sequences() local
12365 return cSeqSizeEstimate + sequencesSectionHeaderSize; in ZSTD_estimateSubBlockSize_sequences()