Searched refs:cLitSizeEstimate (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c594 { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); local
595 if (writeEntropy) cLitSizeEstimate += hufMetadata->hufDesSize;
596 return cLitSizeEstimate + literalSectionHeaderSize;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12302 { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); local
12303 if (writeEntropy) cLitSizeEstimate += hufMetadata->hufDesSize;
12304 return cLitSizeEstimate + literalSectionHeaderSize;
[all...]

Completed in 304 milliseconds