Searched refs:RB_SET_POSITION (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_rb.c | 72 #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 D | prop_rb.c | 179 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 D | prop_rb_impl.h | 95 #define RB_SET_POSITION(rb, position) \ macro
|
/dflybsd-src/contrib/dhcpcd/compat/ |
H A D | rb.c | 257 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 D | rbtree.h | 98 #define RB_SET_POSITION(rb, position) \ macro
|