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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c951 #define CHILDBIT (1L) macro
970 * On input, a cookie value of CHILDBIT indicates the tree is done.
991 *cookie = (void *)CHILDBIT;
1003 parent = (avl_node_t *)((uintptr_t)(*cookie) & ~CHILDBIT);
1016 child = (uintptr_t)(*cookie) & CHILDBIT;
1056 *cookie = (void *)CHILDBIT;

Completed in 58 milliseconds