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

  /onnv/onnv-gate/usr/src/uts/common/sys/
avl_impl.h 65 short avl_balance; /* balance value: -1, 0, +1 */ member in struct:avl_node
74 #define AVL_XBALANCE(n) ((n)->avl_balance)
75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))
85 * | avl_parent hi order bits | avl_child_index | avl_balance |
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 83 short avl_balance; /* balance value: -1, 0, +1 */ member in struct:avl_node
92 #define AVL_XBALANCE(n) ((n)->avl_balance)
93 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))
103 * | avl_parent hi order bits | avl_child_index | avl_balance |

Completed in 5419 milliseconds