Home
last modified time | relevance | path

Searched defs:rebalance (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_rb.c163 int rebalance; in __archive_rb_tree_insert_node() local
349 struct archive_rb_node *self, int rebalance) in __archive_rb_tree_prune_node()
378 int rebalance = RB_BLACK_P(standin); in __archive_rb_tree_swap_prune_and_rebalance() local
516 const int rebalance = RB_BLACK_P(self) && !RB_ROOT_P(rbt, self); in __archive_rb_tree_remove_node() local
/dflybsd-src/sys/libprop/
H A Dprop_rb.c115 bool rebalance; in _prop_rb_tree_insert_node() local
424 rb_tree_prune_node(struct rb_tree *rbt, struct rb_node *self, bool rebalance) in rb_tree_prune_node()
483 bool rebalance = RB_BLACK_P(standin); in rb_tree_swap_prune_and_rebalance() local
701 const bool rebalance = RB_BLACK_P(self) && !RB_ROOT_P(rbt, self); in _prop_rb_tree_remove_node() local
/dflybsd-src/contrib/dhcpcd/compat/
H A Drb.c193 bool rebalance; in rb_tree_insert_node() local
501 rb_tree_prune_node(struct rb_tree *rbt, struct rb_node *self, bool rebalance) in rb_tree_prune_node()
560 bool rebalance = RB_BLACK_P(standin); in rb_tree_swap_prune_and_rebalance() local
778 const bool rebalance = RB_BLACK_P(self) && !RB_ROOT_P(rbt, self); in rb_tree_remove_node() local