Home
last modified time | relevance | path

Searched refs:HUF_buildCTable (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h188 size_t HUF_buildCTable (HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue, unsigned …
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h128 #define HUF_buildCTable zfs_HUF_buildCTable macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dhuf.h189 size_t HUF_buildCTable (HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue, unsigned …
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c797 { size_t maxNbBits = HUF_buildCTable (hufTable, countLit, 255, huffLog); in ZDICT_analyzeEntropy()
806 maxNbBits = HUF_buildCTable (hufTable, countLit, 255, huffLog); in ZDICT_analyzeEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c416 size_t HUF_buildCTable (HUF_CElt* tree, const unsigned* count, unsigned maxSymbolValue, unsigned ma… in HUF_buildCTable() function
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c1344 size_t HUF_buildCTable (HUF_CElt* tree, const unsigned* count, unsigned maxSymbolValue, unsigned ma… in HUF_buildCTable() function