Searched refs:uncle (Results 1 – 9 of 9) sorted by relevance
82 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local83 if (uncle && rb_is_red(uncle)) in rb_insert_color()85 rb_set_black(uncle); in rb_insert_color()107 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local108 if (uncle && rb_is_red(uncle)) in rb_insert_color()110 rb_set_black(uncle); in rb_insert_color()
82 register struct rb_node *uncle = gparent->rb_right; in ext2fs_rb_insert_color() local83 if (uncle && ext2fs_rb_is_red(uncle)) in ext2fs_rb_insert_color()85 ext2fs_rb_set_black(uncle); in ext2fs_rb_insert_color()107 register struct rb_node *uncle = gparent->rb_left; in ext2fs_rb_insert_color() local108 if (uncle && ext2fs_rb_is_red(uncle)) in ext2fs_rb_insert_color()110 ext2fs_rb_set_black(uncle); in ext2fs_rb_insert_color()
564 dnode_t *parent = nil, *uncle, *grandpa; in dict_insert() local606 uncle = grandpa->right; in dict_insert()607 if (uncle->color == dnode_red) { /* red parent, red uncle */ in dict_insert()609 uncle->color = dnode_black; in dict_insert()626 uncle = grandpa->left; in dict_insert()627 if (uncle->color == dnode_red) { in dict_insert()629 uncle->color = dnode_black; in dict_insert()
5162 var parent, grandpa, uncle;5194 uncle = grandpa.R;5195 if (uncle && uncle.C) {5196 parent.C = uncle.C = false;5210 uncle = grandpa.L;5211 if (uncle && uncle.C) {5212 parent.C = uncle.C = false;
330 // __w is __x's possibly null uncle (will become __x's sibling)
3608 N "uncle" "'VNk@l"
21479 uncle uncl
30293 uncle uNkL