Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/avl/
H A Davl.c935 #define CHILDBIT (1L) macro
975 *cookie = (void *)CHILDBIT; in avl_destroy_nodes()
987 parent = (avl_node_t *)((uintptr_t)(*cookie) & ~CHILDBIT); in avl_destroy_nodes()
1000 child = (uintptr_t)(*cookie) & CHILDBIT; in avl_destroy_nodes()
1040 *cookie = (void *)CHILDBIT; in avl_destroy_nodes()