Searched refs:minGrandchildIndex (Results 1 – 1 of 1) sorted by relevance
697 int minGrandchildIndex; in fillHoleAt() local698 while ((minGrandchildIndex = findMinGrandChild(index)) > 0) { in fillHoleAt()699 queue[index] = elementData(minGrandchildIndex); in fillHoleAt()700 index = minGrandchildIndex; in fillHoleAt()