Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DAStarSearch.h139 size_t smallerChild; in extractMin() local
146 smallerChild = leftChild; in extractMin()
149 smallerChild = rightChild; in extractMin()
154 smallerChild = leftChild; in extractMin()
163 openList[current] = openList[smallerChild]; in extractMin()
167 current = smallerChild; in extractMin()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Db_search.c309 int smallerChild; in B_PQTrickleDown() local
317 smallerChild = in B_PQTrickleDown()
323 if( top->f <= pq->heapArray[smallerChild]->f ) in B_PQTrickleDown()
326 pq->heapArray[index] = pq->heapArray[smallerChild]; in B_PQTrickleDown()
327 index = smallerChild; // go down in B_PQTrickleDown()