Home
last modified time | relevance | path

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

/dports/audio/cmus/cmus-2.9.1/
H A Drbtree.c49 static void _rb_rotate_right(struct rb_node *node, struct rb_root *root) in _rb_rotate_right() function
105 _rb_rotate_right(gparent, root); in rb_insert_color()
122 _rb_rotate_right(parent, root); in rb_insert_color()
167 _rb_rotate_right(other, root); in _rb_erase_color()
185 _rb_rotate_right(parent, root); in _rb_erase_color()
207 _rb_rotate_right(parent, root); in _rb_erase_color()
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Drbtree.c62 static void _rb_rotate_right(rhead *, rnode *);
428 _rb_rotate_right(h, grandparent); in _rb_fix_insert()
452 _rb_rotate_right(h, node); in _rb_fix_insert()
548 static void _rb_rotate_right(rhead *h, rnode *n) { in _rb_rotate_right() function