HomeSort by relevance Sort by last modified time
    Searched refs:AVL_SETBALANCE (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
avl_impl.h 75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))
117 #define AVL_SETBALANCE(n, b) \
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 93 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))
135 #define AVL_SETBALANCE(n, b) \
fb_avl.c 360 AVL_SETBALANCE(node, -child_bal);
367 AVL_SETBALANCE(child, child_bal);
441 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0));
446 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0));
450 AVL_SETBALANCE(gchild, 0);
504 AVL_SETBALANCE(node, 0);
540 AVL_SETBALANCE(node, 0);
551 AVL_SETBALANCE(node, new_balance);
788 AVL_SETBALANCE(node, new_balance);
800 AVL_SETBALANCE(node, new_balance)
    [all...]
  /onnv/onnv-gate/usr/src/common/avl/
avl.c 357 AVL_SETBALANCE(node, -child_bal);
364 AVL_SETBALANCE(child, child_bal);
438 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0));
443 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0));
447 AVL_SETBALANCE(gchild, 0);
495 AVL_SETBALANCE(node, 0);
525 AVL_SETBALANCE(node, 0);
536 AVL_SETBALANCE(node, new_balance);
790 AVL_SETBALANCE(node, new_balance);
802 AVL_SETBALANCE(node, new_balance)
    [all...]

Completed in 1440 milliseconds