Searched defs:avl_node (Results 1 – 2 of 2) sorted by relevance
61 struct avl_node { struct62 struct avl_node *avl_child[2]; /* left/right children */ argument63 struct avl_node *avl_parent; /* this node's parent */ argument64 unsigned short avl_child_index; /* my index in parent's avl_child[] */65 short avl_balance; /* balance value: -1, 0, +1 */
62 struct avl_node { struct63 struct avl_node *avl_child[2]; /* left/right children */ argument64 struct avl_node *avl_parent; /* this node's parent */ argument65 unsigned short avl_child_index; /* my index in parent's avl_child[] */66 short avl_balance; /* balance value: -1, 0, +1 */