Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcclibs/libiberty/
Dsplay-tree.c43 static inline void rotate_right (splay_tree_node *,
126 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
172 rotate_right (&sp->root, n, c); in splay_tree_splay()
184 rotate_right (&n->right, c, c->right); in splay_tree_splay()
185 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
189 rotate_right (&n->left, c, c->right); in splay_tree_splay()
195 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
DChangeLog207 (rotate_right): Likewise.
/freebsd-9-stable/contrib/binutils/libiberty/
Dsplay-tree.c43 static inline void rotate_right (splay_tree_node *,
126 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
172 rotate_right (&sp->root, n, c); in splay_tree_splay()
184 rotate_right (&n->right, c, c->right); in splay_tree_splay()
185 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
189 rotate_right (&n->left, c, c->right); in splay_tree_splay()
195 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
DChangeLog405 (rotate_right): Likewise.
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
Dinsert_fn_imps.hpp92 base_type::rotate_right(p_nd->m_p_parent->m_p_parent); in insert_fixup()
110 base_type::rotate_right(p_nd); in insert_fixup()
Derase_fn_imps.hpp236 base_type::rotate_right(p_w); in remove_fixup()
258 base_type::rotate_right(p_new_x_parent); in remove_fixup()
287 base_type::rotate_right(p_new_x_parent); in remove_fixup()
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
Drotate_fn_imps.hpp81 rotate_right(node_pointer p_x) in rotate_right() function in PB_DS_CLASS_C_DEC
117 rotate_right(p_parent); in rotate_parent()
Dbin_search_tree_.hpp376 rotate_right(node_pointer p_y);
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Drotate_fn_imps.hpp79 rotate_right(node_pointer p_x) in rotate_right() function in PB_DS_CLASS_C_DEC
112 rotate_right(p_parent); in rotate_parent()
/freebsd-9-stable/contrib/bind9/lib/dns/
Drbt.c238 rotate_right(dns_rbtnode_t *node, dns_rbtnode_t **rootp);
1670 rotate_right(dns_rbtnode_t *node, dns_rbtnode_t **rootp) { in rotate_right() function
1778 rotate_right(grandparent, &root); in dns_rbt_addonlevel()
1789 rotate_right(parent, &root); in dns_rbt_addonlevel()
1987 rotate_right(sibling, rootp); in deletefromlevel()
2010 rotate_right(parent, rootp); in deletefromlevel()
2033 rotate_right(parent, rootp); in deletefromlevel()