Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dking_ordering.hpp103 int heap_first = Qptr->size() - 1; in percolate_down() local
107 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()