Home
last modified time | relevance | path

Searched refs:RB_BLACK (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dinterval-tree.c56 RB_BLACK, enumerator
122 rb_set_pc(n, rb_pc(n) | RB_BLACK); in rb_set_black()
215 rb_set_parent_color(node, NULL, RB_BLACK); in rb_insert_augmented()
245 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented()
293 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented()
302 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented()
329 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented()
376 rb_set_parent_color(tmp1, parent, RB_BLACK); in rb_erase_color()
465 rb_set_parent_color(tmp1, sibling, RB_BLACK); in rb_erase_color()
517 rb_set_parent_color(tmp1, sibling, RB_BLACK); in rb_erase_color()
[all …]