Home | History | Annotate | Download | only in util

Lines Matching defs:half

695         int half = size >>> 1;        // loop while a non-leaf
696 while (k < half) {
713 int half = size >>> 1;
714 while (k < half) {