Searched refs:AVL_INDEX2CHILD (Results 1 – 3 of 3) sorted by relevance
137 #define AVL_INDEX2CHILD(x) ((x) & 1) macro
221 int child = AVL_INDEX2CHILD(where); in avl_nearest()476 int which_child = AVL_INDEX2CHILD(where); in avl_insert()