Lines Matching refs:nHeap
2752 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
2765 nHeap = 0; in BZ2_hbMakeCodeLengths()
2773 nHeap++; in BZ2_hbMakeCodeLengths()
2774 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
2775 …{ Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz… in BZ2_hbMakeCodeLengths()
2778 { if (!(nHeap < (258 +2))) bz_internal_error ( 2001 ); }; in BZ2_hbMakeCodeLengths()
2780 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
2781 …1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = z… in BZ2_hbMakeCodeLengths()
2782 …1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = z… in BZ2_hbMakeCodeLengths()
2787 nHeap++; in BZ2_hbMakeCodeLengths()
2788 heap[nHeap] = nNodes; in BZ2_hbMakeCodeLengths()
2789 …{ Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz… in BZ2_hbMakeCodeLengths()