Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/avl/
Davl.c175 return (AVL_NODE2DATA(node, off)); in avl_walk()
193 return (AVL_NODE2DATA(prev, off)); in avl_first()
212 return (AVL_NODE2DATA(prev, off)); in avl_last()
237 data = AVL_NODE2DATA(node, off); in avl_nearest()
268 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
275 return (AVL_NODE2DATA(node, off)); in avl_find()
608 AVL_NODE2DATA(node, tree->avl_offset)); in avl_insert_here()
617 AVL_NODE2DATA(node, tree->avl_offset)); in avl_insert_here()
1062 return (AVL_NODE2DATA(node, off)); in avl_destroy_nodes()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Davl_impl.h128 #define AVL_NODE2DATA(n, o) ((void *)((uintptr_t)(n) - (o))) macro