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

  /src/common/lib/libc/gen/
rb.c 554 unsigned int standin_other = standin_which ^ RB_DIR_OTHER; local in function:rb_tree_swap_prune_and_rebalance
564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
572 standin_son = standin->rb_nodes[standin_other];
602 KASSERT(RB_POSITION(standin_son) == standin_other);
623 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
624 KASSERT(!RB_SENTINEL_P(self->rb_nodes[standin_other]));
642 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
643 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
644 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other)
    [all...]
rb.c 554 unsigned int standin_other = standin_which ^ RB_DIR_OTHER; local in function:rb_tree_swap_prune_and_rebalance
564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
572 standin_son = standin->rb_nodes[standin_other];
602 KASSERT(RB_POSITION(standin_son) == standin_other);
623 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
624 KASSERT(!RB_SENTINEL_P(self->rb_nodes[standin_other]));
642 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
643 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
644 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other)
    [all...]

Completed in 143 milliseconds