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

/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_rb.c67 #define RB_BLACK_P(rb) (RB_SENTINEL_P(rb) || ((rb)->rb_info & RB_FLAG_RED) == 0) macro
295 if (RB_BLACK_P(uncle))
316 if (RB_BLACK_P(father)) {
383 int rebalance = RB_BLACK_P(standin);
521 const int rebalance = RB_BLACK_P(self) && !RB_ROOT_P(rbt, self);
558 while (RB_BLACK_P(parent->rb_nodes[which])) {
568 if (RB_BLACK_P(parent)
569 && RB_BLACK_P(brother->rb_left)
570 && RB_BLACK_P(brother->rb_right)) {
610 && RB_BLACK_P(brothe
[all...]

Completed in 93 milliseconds