Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c136 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal() local
138 if (oldCSize < srcSize && (oldCSize <= hSize + newCSize || hSize + 12 >= srcSize)) { in ZSTD_buildSuperBlockEntropy_literal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11844 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal() local
11846 if (oldCSize < srcSize && (oldCSize <= hSize + newCSize || hSize + 12 >= srcSize)) { in ZSTD_buildSuperBlockEntropy_literal()