Home
last modified time | relevance | path

Searched defs:huffNode (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c308 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 maxNbBits) in HUF_setMaxHeight()
474 MEM_STATIC int HUF_isSorted(nodeElt huffNode[], U32 const maxSymbolValue1) { in HUF_isSorted()
485 HINT_INLINE void HUF_insertionSort(nodeElt huffNode[], int const low, int const high) { in HUF_insertionSort()
550 static void HUF_sort(nodeElt huffNode[], const unsigned count[], U32 const maxSymbolValue, rankPos … in HUF_sort()
610 static int HUF_buildTree(nodeElt* huffNode, U32 maxSymbolValue) in HUF_buildTree()
656 static void HUF_buildCTableFromTree(HUF_CElt* CTable, nodeElt const* huffNode, int nonNullRank, U32… in HUF_buildCTableFromTree()
684 nodeElt* const huffNode = huffNode0+1; in HUF_buildCTable_wksp() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c215 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 maxNbBits) in HUF_setMaxHeight()
307 static void HUF_sort(nodeElt* huffNode, const unsigned* count, U32 maxSymbolValue, rankPos* rankPos… in HUF_sort()
342 nodeElt* const huffNode = huffNode0+1; in HUF_buildCTable_wksp() local