Searched defs:AVL_INDEX2NODE (Results 1 – 2 of 2) sorted by relevance
136 #define AVL_INDEX2NODE(x) ((avl_node_t *)((x) & ~1)) macro