Searched refs:AVL_SETCHILD (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/avl/ |
H A D | avl.c | 346 AVL_SETCHILD(cright, left); in avl_rotation() 354 AVL_SETCHILD(node, right); in avl_rotation() 361 AVL_SETCHILD(child, which_child); in avl_rotation() 416 AVL_SETCHILD(gright, left); in avl_rotation() 422 AVL_SETCHILD(gleft, right); in avl_rotation() 436 AVL_SETCHILD(child, left); in avl_rotation() 441 AVL_SETCHILD(node, right); in avl_rotation() 445 AVL_SETCHILD(gchild, which_child); in avl_rotation() 490 AVL_SETCHILD(node, which_child); in avl_insert() 756 AVL_SETCHILD(node, which_child); in avl_remove()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | avl_impl.h | 70 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) macro 106 #define AVL_SETCHILD(n, c) \
|