Searched refs:AVL_SETCHILD (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) macro
108 #define AVL_SETCHILD(n, c) \ macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c362 AVL_SETCHILD(cright, left);
370 AVL_SETCHILD(node, right);
377 AVL_SETCHILD(child, which_child);
432 AVL_SETCHILD(gright, left);
438 AVL_SETCHILD(gleft, right);
452 AVL_SETCHILD(child, left);
457 AVL_SETCHILD(node, right);
461 AVL_SETCHILD(gchild, which_child);
506 AVL_SETCHILD(node, which_child);
772 AVL_SETCHILD(nod
[all...]

Completed in 88 milliseconds