Searched refs:heap_first (Results 1 – 1 of 1) sorted by relevance
103 int heap_first = Qptr->size() - 1; in percolate_down() local107 std::swap((*Qptr)[heap_last], (*Qptr)[heap_first]); in percolate_down()110 std::swap(Qlocation[heap_first], Qlocation[heap_last]); in percolate_down()113 int drifter = heap_first; in percolate_down()