Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c129 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal() local
138 if (oldCSize < srcSize && (oldCSize <= hSize + newCSize || hSize + 12 >= srcSize)) { in ZSTD_buildSuperBlockEntropy_literal()
145 if (newCSize + hSize >= srcSize) { in ZSTD_buildSuperBlockEntropy_literal()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c3123 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildBlockEntropyStats_literals() local
3133 if (oldCSize < srcSize && (oldCSize <= hSize + newCSize || hSize + 12 >= srcSize)) { in ZSTD_buildBlockEntropyStats_literals()
3140 if (newCSize + hSize >= srcSize) { in ZSTD_buildBlockEntropyStats_literals()