Home
last modified time | relevance | path

Searched refs:AVL_INDEX2CHILD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Davl_impl.h135 #define AVL_INDEX2CHILD(x) ((x) & 1) macro
/illumos-gate/usr/src/common/avl/
H A Davl.c213 int child = AVL_INDEX2CHILD(where); in avl_nearest()
472 int which_child = AVL_INDEX2CHILD(where); in avl_insert()