Searched refs:unbal (Results 1 – 3 of 3) sorted by relevance
600 handle unbal = null(); in insert() local621 unbal = hh; in insert()642 if (unbal == null()) in insert()646 unbal_bf = get_bf(unbal); in insert()651 hh = cmp < 0 ? get_lt(unbal) : get_gt(unbal); in insert()654 set_bf(unbal, unbal_bf); in insert()655 unbal = null(); in insert()671 if (unbal != null()) { in insert()672 unbal = balance(unbal); in insert()674 abs.root = unbal; in insert()[all …]
349 AVL_HANDLE unbal = AVL_NULL; in L_() local372 unbal = hh; in L_()409 if (unbal == AVL_NULL) in L_()415 unbal_bf = AVL_GET_BALANCE_FACTOR(unbal); in L_()422 hh = cmp < 0 ? AVL_GET_LESS(unbal, 1) : AVL_GET_GREATER(unbal, 1); in L_()428 AVL_SET_BALANCE_FACTOR(unbal, unbal_bf) in L_()429 unbal = AVL_NULL; in L_()453 if (unbal != AVL_NULL) in L_()455 unbal = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX unbal); in L_()459 l_tree->root = unbal; in L_()[all …]
30264 unbalanced unbal~st