Searched refs:AVL_SETCHILD (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/common/avl/ |
| D | avl.c | 362 AVL_SETCHILD(cright, left); in avl_rotation() 370 AVL_SETCHILD(node, right); in avl_rotation() 377 AVL_SETCHILD(child, which_child); in avl_rotation() 432 AVL_SETCHILD(gright, left); in avl_rotation() 438 AVL_SETCHILD(gleft, right); in avl_rotation() 452 AVL_SETCHILD(child, left); in avl_rotation() 457 AVL_SETCHILD(node, right); in avl_rotation() 461 AVL_SETCHILD(gchild, which_child); in avl_rotation() 506 AVL_SETCHILD(node, which_child); in avl_insert() 772 AVL_SETCHILD(node, which_child); in avl_remove()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | avl_impl.h | 72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) macro 108 #define AVL_SETCHILD(n, c) \
|