Searched refs:standin (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_rb.c377 struct archive_rb_node *self, struct archive_rb_node *standin)
379 const unsigned int standin_which = RB_POSITION(standin);
382 struct archive_rb_node *standin_father = RB_FATHER(standin);
383 int rebalance = RB_BLACK_P(standin);
390 standin_son = standin->rb_nodes[standin_which];
396 standin_son = standin->rb_nodes[standin_other];
418 * If we are about to delete the standin's father, then when
421 * our standin's father we only need to reparent the standin's
428 * Have our son/standin adop
371 __archive_rb_tree_swap_prune_and_rebalance(struct archive_rb_tree *rbt, struct archive_rb_node *self, struct archive_rb_node *standin) argument
495 struct archive_rb_node *standin; local
[all...]
/netbsd-current/common/lib/libc/gen/
H A Drb.c551 struct rb_node *standin)
553 const unsigned int standin_which = RB_POSITION(standin);
556 struct rb_node *standin_father = RB_FATHER(standin);
557 bool rebalance = RB_BLACK_P(standin);
564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
565 standin_son = standin->rb_nodes[standin_which];
571 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_which]));
572 standin_son = standin->rb_nodes[standin_other];
580 * If standin has a child, it must be red.
588 KASSERT(rb_tree_check_node(rbt, standin, NUL
550 rb_tree_swap_prune_and_rebalance(struct rb_tree *rbt, struct rb_node *self, struct rb_node *standin) argument
751 struct rb_node *standin, *self = RB_ITEMTONODE(rbto, object); local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c141922 Select standin; local
[all...]

Completed in 980 milliseconds