Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dsplay-tree.c44 static inline void rotate_right (splay_tree_node *,
127 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
173 rotate_right (&sp->root, n, c); in splay_tree_splay()
185 rotate_right (&n->right, c, c->right); in splay_tree_splay()
186 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
190 rotate_right (&n->left, c, c->right); in splay_tree_splay()
196 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
DChangeLog1584 (rotate_right): Likewise.
2082 (rotate_right): Likewise.