Home
last modified time | relevance | path

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

/dports/audio/cmus/cmus-2.9.1/
H A Drbtree.c26 static void _rb_rotate_left(struct rb_node *node, struct rb_root *root) in _rb_rotate_left() function
97 _rb_rotate_left(parent, root); in rb_insert_color()
130 _rb_rotate_left(gparent, root); in rb_insert_color()
151 _rb_rotate_left(parent, root); in _rb_erase_color()
173 _rb_rotate_left(parent, root); in _rb_erase_color()
201 _rb_rotate_left(other, root); in _rb_erase_color()
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Drbtree.c61 static void _rb_rotate_left(rhead *, rnode *);
418 _rb_rotate_left(h, node); in _rb_fix_insert()
462 _rb_rotate_left(h, grandparent); in _rb_fix_insert()
517 static void _rb_rotate_left(rhead *h, rnode *n) { in _rb_rotate_left() function