Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_rb.c72 #define RB_SET_POSITION(rb, position) \ macro
197 RB_SET_POSITION(self, position); in __archive_rb_tree_insert_node()
260 RB_SET_POSITION(new_child, other); in __archive_rb_tree_reparent_nodes()
267 RB_SET_POSITION(new_child->rb_nodes[which], which); in __archive_rb_tree_reparent_nodes()
407 RB_SET_POSITION(standin_son, standin_which); in __archive_rb_tree_swap_prune_and_rebalance()
/dflybsd-src/sys/libprop/
H A Dprop_rb.c179 RB_SET_POSITION(self, position); in _prop_rb_tree_insert_node()
301 RB_SET_POSITION(new_child, other); in rb_tree_reparent_nodes()
308 RB_SET_POSITION(new_child->rb_nodes[which], which); in rb_tree_reparent_nodes()
533 RB_SET_POSITION(standin_son, standin_which); in rb_tree_swap_prune_and_rebalance()
H A Dprop_rb_impl.h95 #define RB_SET_POSITION(rb, position) \ macro
/dflybsd-src/contrib/dhcpcd/compat/
H A Drb.c257 RB_SET_POSITION(self, position); in rb_tree_insert_node()
378 RB_SET_POSITION(new_child, other); in rb_tree_reparent_nodes()
385 RB_SET_POSITION(new_child->rb_nodes[which], which); in rb_tree_reparent_nodes()
610 RB_SET_POSITION(standin_son, standin_which); in rb_tree_swap_prune_and_rebalance()
H A Drbtree.h98 #define RB_SET_POSITION(rb, position) \ macro