Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_rb.c372 struct archive_rb_node *self, struct archive_rb_node *standin) in __archive_rb_tree_swap_prune_and_rebalance() argument
374 const unsigned int standin_which = RB_POSITION(standin); in __archive_rb_tree_swap_prune_and_rebalance()
377 struct archive_rb_node *standin_father = RB_FATHER(standin); in __archive_rb_tree_swap_prune_and_rebalance()
378 int rebalance = RB_BLACK_P(standin); in __archive_rb_tree_swap_prune_and_rebalance()
385 standin_son = standin->rb_nodes[standin_which]; in __archive_rb_tree_swap_prune_and_rebalance()
391 standin_son = standin->rb_nodes[standin_other]; in __archive_rb_tree_swap_prune_and_rebalance()
425 standin_father = standin; in __archive_rb_tree_swap_prune_and_rebalance()
438 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other]; in __archive_rb_tree_swap_prune_and_rebalance()
439 RB_SET_FATHER(standin->rb_nodes[standin_other], standin); in __archive_rb_tree_swap_prune_and_rebalance()
451 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other]; in __archive_rb_tree_swap_prune_and_rebalance()
[all …]
/netbsd/src/common/lib/libc/gen/
Drb.c551 struct rb_node *standin) in rb_tree_swap_prune_and_rebalance() argument
553 const unsigned int standin_which = RB_POSITION(standin); in rb_tree_swap_prune_and_rebalance()
556 struct rb_node *standin_father = RB_FATHER(standin); in rb_tree_swap_prune_and_rebalance()
557 bool rebalance = RB_BLACK_P(standin); in rb_tree_swap_prune_and_rebalance()
564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other])); in rb_tree_swap_prune_and_rebalance()
565 standin_son = standin->rb_nodes[standin_which]; in rb_tree_swap_prune_and_rebalance()
571 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_which])); in rb_tree_swap_prune_and_rebalance()
572 standin_son = standin->rb_nodes[standin_other]; in rb_tree_swap_prune_and_rebalance()
588 KASSERT(rb_tree_check_node(rbt, standin, NULL, false)); in rb_tree_swap_prune_and_rebalance()
623 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other])); in rb_tree_swap_prune_and_rebalance()
[all …]
/netbsd/src/games/fortune/datfiles/
Dfortunes2-o.real2714 "From where ah was standin'", drawled Tush, "Ah could see he'd
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c141922 Select standin;
141926 pNew = &standin;
141956 clearSelect(pParse->db, pNew, pNew!=&standin);