Home | History | Annotate | Download | only in include

Lines Matching defs:bf

222             int bf;
232 bf = AVL_GET_BALANCE_FACTOR(bal_h);
234 if (bf != 0)
236 if (bf > 0)
283 int bf;
292 bf = AVL_GET_BALANCE_FACTOR(bal_h);
294 if (bf != 0)
296 if (bf < 0)
584 int bf;
752 bf = AVL_GET_BALANCE_FACTOR(h);
755 bf++;
757 bf--;
759 if ((bf == -2) || (bf == 2))
763 bf = AVL_GET_BALANCE_FACTOR(h);
766 AVL_SET_BALANCE_FACTOR(h, bf)
767 reduced_depth = (bf == 0);