HomeSort by: relevance | last modified time | path
    Searched defs:standin_other (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libc/gen/
rbtree.c 563 unsigned int standin_other = standin_which ^ RB_DIR_OTHER; local in function:rb_tree_swap_prune_and_rebalance
573 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
581 standin_son = standin->rb_nodes[standin_other];
611 KASSERT(RB_POSITION(standin_son) == standin_other);
632 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
633 KASSERT(!RB_SENTINEL_P(self->rb_nodes[standin_other]));
651 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
652 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
653 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other)
    [all...]

Completed in 11 milliseconds