Searched refs:heap_child_location (Results 1 – 1 of 1) sorted by relevance
167 int heap_child_location = Qptr->size() - child_location; in percolate_up() local168 int heap_parent_location = (int)(heap_child_location / 2); in percolate_up()187 heap_child_location = heap_parent_location; in percolate_up()188 heap_parent_location = (int)(heap_child_location / 2); in percolate_up()