Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Davl_impl.h138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c)) macro
/titanic_44/usr/src/common/avl/
H A Davl.c281 *where = AVL_MKINDEX(prev, child); in avl_find()
624 avl_insert(tree, new_data, AVL_MKINDEX(node, child)); in avl_insert_here()