Searched refs:HUF_estimateCompressedSize (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h191 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue);
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h139 #define HUF_estimateCompressedSize zfs_HUF_estimateCompressedSize macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c422 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue) function
706 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue);
707 size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue);
H A Dzstd_compress_superblock.c129 size_t const newCSize = HUF_estimateCompressedSize(
136 size_t const oldCSize = HUF_estimateCompressedSize(
594 { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c710 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue) function
1264 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue);
1265 size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue);
H A Dzstd_compress_superblock.c317 { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue);
H A Dzstd_compress.c3123 size_t const newCSize = HUF_estimateCompressedSize(
3131 size_t const oldCSize = HUF_estimateCompressedSize(
3253 { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue);
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dhuf.h194 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue);

Completed in 201 milliseconds