Lines Matching refs:hh
615 handle hh = abs.root;
620 if (get_bf(hh) != 0) {
621 unbal = hh;
625 cmp = cmp_n_n(h, hh);
628 return hh;
629 parent = hh;
630 hh = cmp < 0 ? get_lt(hh) : get_gt(hh);
632 } while (hh != null());
643 hh = abs.root;
651 hh = cmp < 0 ? get_lt(unbal) : get_gt(unbal);
659 if (hh != null())
660 while (h != hh) {
663 set_bf(hh, -1);
664 hh = get_lt(hh);
666 set_bf(hh, 1);
667 hh = get_gt(hh);