Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c737 size_t cBlockSizeEstimate = 0; in ZSTD_compressSubBlock_multi() local
756cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCo… in ZSTD_compressSubBlock_multi()
759 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) { in ZSTD_compressSubBlock_multi()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12439 size_t cBlockSizeEstimate = 0; in ZSTD_compressSubBlock_multi() local
12458cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCo… in ZSTD_compressSubBlock_multi()
12461 if (cBlockSizeEstimate > targetCBlockSize || lastSequence) { in ZSTD_compressSubBlock_multi()