Home | History | Annotate | Download | only in util

Lines Matching defs:siftDown

505          * that require a siftup instead of a siftdown.)  We must visit all of
595 siftDown(0, x);
621 siftDown(i, moved);
638 * methods that are otherwise identical. (Similarly for siftDown.)
685 private void siftDown(int k, E x) {
736 siftDown(i, (E) queue[i]);