Home
last modified time | relevance | path

Searched refs:HUF_buildCTable_wksp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c339 size_t HUF_buildCTable_wksp (HUF_CElt* tree, const unsigned* count, U32 maxSymbolValue, U32 maxNbBi… in HUF_buildCTable_wksp() function
420 …return HUF_buildCTable_wksp(tree, count, maxSymbolValue, maxNbBits, &workspace, sizeof(workspace)); in HUF_buildCTable()
693 { size_t const maxBits = HUF_buildCTable_wksp(table->CTable, table->count, in HUF_compress_internal()
H A Dzstd_compress_superblock.c124 { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, in ZSTD_buildSuperBlockEntropy_literal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h217 size_t HUF_buildCTable_wksp (HUF_CElt* tree,
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h128 #define HUF_buildCTable_wksp zfs_HUF_buildCTable_wksp macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c680 size_t HUF_buildCTable_wksp (HUF_CElt* CTable, const unsigned* count, U32 maxSymbolValue, U32 maxNb… in HUF_buildCTable_wksp() function
1246 { size_t const maxBits = HUF_buildCTable_wksp(table->CTable, table->count, in HUF_compress_internal()
1347 …return HUF_buildCTable_wksp(tree, count, maxSymbolValue, maxNbBits, &workspace, sizeof(workspace)); in HUF_buildCTable()
H A Dzstd_compress.c3117 { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, in ZSTD_buildBlockEntropyStats_literals()
/freebsd/sys/contrib/zstd/lib/common/
H A Dhuf.h220 size_t HUF_buildCTable_wksp (HUF_CElt* tree,