Searched defs:huffNode (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | huf_compress.c | 377 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 targetNbBits) in HUF_setMaxHeight() 545 MEM_STATIC int HUF_isSorted(nodeElt huffNode[], U32 const maxSymbolValue1) { in HUF_isSorted() 556 HINT_INLINE void HUF_insertionSort(nodeElt huffNode[], int const low, int const high) { in HUF_insertionSort() 621 static void HUF_sort(nodeElt huffNode[], const unsigned count[], U32 const maxSymbolValue, rankPos … in HUF_sort() 682 static int HUF_buildTree(nodeElt* huffNode, U32 maxSymbolValue) in HUF_buildTree() 731 static void HUF_buildCTableFromTree(HUF_CElt* CTable, nodeElt const* huffNode, int nonNullRank, U32… in HUF_buildCTableFromTree() 763 nodeElt* const huffNode = huffNode0+1; in HUF_buildCTable_wksp() local
|
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 308 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
|