Home
last modified time | relevance | path

Searched refs:HUF_setMaxHeight (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h140 #define HUF_setMaxHeight zfs_HUF_setMaxHeight macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c228 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 maxNbBits) in HUF_setMaxHeight() function
517 maxNbBits = HUF_setMaxHeight(huffNode, (U32)nonNullRank, maxNbBits); in HUF_buildCTable_wksp()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8579 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 maxNbBits) in HUF_setMaxHeight() function
8751 maxNbBits = HUF_setMaxHeight(huffNode, (U32)nonNullRank, maxNbBits); in HUF_buildCTable_wksp()