Searched defs:right_child (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dpriority_queue.c98 right_child (grub_size_t v) function
178 && (right_child (p) >= pq->used
179 || pq->cmp (element (pq, right_child (p)), element (pq, p)) <= 0))
181 if (right_child (p) >= pq->used
183 element (pq, right_child (p))) > 0)
186 c = right_child (p);

Completed in 19 milliseconds