Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dhuf_compress.c50 } nodeElt; typedef
82 static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) in showHNodeSymbols()
92 static size_t showHNodeBits(const nodeElt* hnode, size_t size) in showHNodeBits()
374 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 targetNbBits) in HUF_setMaxHeight()
503 typedef nodeElt huffNodeTable[2 * (HUF_SYMBOLVALUE_MAX + 1)];
535 static void HUF_swapNodes(nodeElt* a, nodeElt* b) { in HUF_swapNodes()
536 nodeElt tmp = *a; in HUF_swapNodes()
542 MEM_STATIC int HUF_isSorted(nodeElt huffNode[], U32 const maxSymbolValue1) { in HUF_isSorted()
553 HINT_INLINE void HUF_insertionSort(nodeElt huffNode[], int const low, int const high) { in HUF_insertionSort()
558 nodeElt const key = huffNode[i]; in HUF_insertionSort()
[all …]