Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dhuffman.cpp128 nHeap = 0; in BZ2_hbMakeCodeLengths()
136 nHeap++; in BZ2_hbMakeCodeLengths()
137 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
138 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
143 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
145 heap[1] = heap[nHeap]; in BZ2_hbMakeCodeLengths()
146 nHeap--; in BZ2_hbMakeCodeLengths()
150 nHeap--; in BZ2_hbMakeCodeLengths()
156 nHeap++; in BZ2_hbMakeCodeLengths()
157 heap[nHeap] = nNodes; in BZ2_hbMakeCodeLengths()
[all …]