Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_rb.c62 #define RB_POSITION(rb) \ macro
64 #define RB_RIGHT_P(rb) (RB_POSITION(rb) == RB_DIR_RIGHT)
65 #define RB_LEFT_P(rb) (RB_POSITION(rb) == RB_DIR_LEFT)
245 grandpa->rb_nodes[RB_POSITION(old_father)] = new_father; in __archive_rb_tree_reparent_nodes()
351 const unsigned int which = RB_POSITION(self); in __archive_rb_tree_prune_node()
374 const unsigned int standin_which = RB_POSITION(standin); in __archive_rb_tree_swap_prune_and_rebalance()
460 RB_FATHER(standin)->rb_nodes[RB_POSITION(standin)] = standin; in __archive_rb_tree_swap_prune_and_rebalance()
485 father->rb_nodes[RB_POSITION(son)] = son; in __archive_rb_tree_prune_blackred_branch()
538 which = RB_POSITION(self) ^ RB_DIR_OTHER; in __archive_rb_tree_remove_node()
595 which = RB_POSITION(parent); in __archive_rb_tree_removal_rebalance()
[all …]