Searched refs:rb_pc (Results 1 – 1 of 1) sorted by relevance
65 static inline uintptr_t rb_pc(const RBNode *n) in rb_pc() function82 return pc_parent(rb_pc(n)); in rb_parent()87 return (RBNode *)rb_pc(n); in rb_red_parent()107 return pc_color(rb_pc(n)); in rb_color()112 return pc_is_red(rb_pc(n)); in rb_is_red()117 return pc_is_black(rb_pc(n)); in rb_is_black()122 rb_set_pc(n, rb_pc(n) | RB_BLACK); in rb_set_black()193 uintptr_t pc = rb_pc(old); in rb_rotate_set_parents()544 pc = rb_pc(node); in rb_erase_augmented()556 pc = rb_pc(node); in rb_erase_augmented()[all …]