Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dsplay-tree.c58 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
104 rotate_right (&sp->root, n, c); in splay_tree_splay()
116 rotate_right (&n->right, c, c->right); in splay_tree_splay()
117 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
121 rotate_right (&n->left, c, c->right); in splay_tree_splay()
127 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dsplay-tree.c58 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
104 rotate_right (&sp->root, n, c); in splay_tree_splay()
116 rotate_right (&n->right, c, c->right); in splay_tree_splay()
117 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
121 rotate_right (&n->left, c, c->right); in splay_tree_splay()
127 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsplay-tree.c46 static inline void rotate_right (splay_tree_node *,
129 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
175 rotate_right (&sp->root, n, c); in splay_tree_splay()
187 rotate_right (&n->right, c, c->right); in splay_tree_splay()
188 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
192 rotate_right (&n->left, c, c->right); in splay_tree_splay()
198 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsplay-tree.c46 static inline void rotate_right (splay_tree_node *,
129 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
175 rotate_right (&sp->root, n, c); in splay_tree_splay()
187 rotate_right (&n->right, c, c->right); in splay_tree_splay()
188 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
192 rotate_right (&n->left, c, c->right); in splay_tree_splay()
198 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsplay-tree.c46 static inline void rotate_right (splay_tree_node *,
129 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
175 rotate_right (&sp->root, n, c); in splay_tree_splay()
187 rotate_right (&n->right, c, c->right); in splay_tree_splay()
188 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
192 rotate_right (&n->left, c, c->right); in splay_tree_splay()
198 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsplay-tree.c46 static inline void rotate_right (splay_tree_node *,
129 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() function
175 rotate_right (&sp->root, n, c); in splay_tree_splay()
187 rotate_right (&n->right, c, c->right); in splay_tree_splay()
188 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
192 rotate_right (&n->left, c, c->right); in splay_tree_splay()
198 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtyped-splay-tree.h79 static inline void rotate_right (splay_tree_node *,
321 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::rotate_right (splay_tree_node *pp, in rotate_right() function
370 rotate_right (&root, n, c); in splay_tree_splay()
382 rotate_right (&n->right, c, c->right); in splay_tree_splay()
383 rotate_right (&root, n, n->right); in splay_tree_splay()
387 rotate_right (&n->left, c, c->right); in splay_tree_splay()
393 rotate_right (&root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtyped-splay-tree.h79 static inline void rotate_right (splay_tree_node *,
321 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::rotate_right (splay_tree_node *pp, in rotate_right() function
370 rotate_right (&root, n, c); in splay_tree_splay()
382 rotate_right (&n->right, c, c->right); in splay_tree_splay()
383 rotate_right (&root, n, n->right); in splay_tree_splay()
387 rotate_right (&n->left, c, c->right); in splay_tree_splay()
393 rotate_right (&root, n, n->right); in splay_tree_splay()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dbbt.cc81 rotate_right (gfc_bbt *t) in rotate_right() function
110 t = rotate_right (t); in insert()
152 temp = rotate_right (t); in delete_root()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dbbt.c81 rotate_right (gfc_bbt *t) in rotate_right() function
110 t = rotate_right (t); in insert()
152 temp = rotate_right (t); in delete_root()
/netbsd-src/external/bsd/ipf/dist/
H A Dipf_rb.h62 rotate_right(struct _n##_rb_head *head, _t *node) \
120 rotate_right(head, gparent); \
132 rotate_right(head, node); \
176 rotate_right(head, tmp); \
191 rotate_right(head, parent); \
216 rotate_right(head, parent); \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dinsert_fn_imps.hpp88 base_type::rotate_right(p_nd->m_p_parent->m_p_parent); in insert_fixup()
106 base_type::rotate_right(p_nd); in insert_fixup()
H A Derase_fn_imps.hpp232 base_type::rotate_right(p_w); in remove_fixup()
254 base_type::rotate_right(p_new_x_parent); in remove_fixup()
283 base_type::rotate_right(p_new_x_parent); in remove_fixup()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dinsert_fn_imps.hpp88 base_type::rotate_right(p_nd->m_p_parent->m_p_parent); in insert_fixup()
106 base_type::rotate_right(p_nd); in insert_fixup()
H A Derase_fn_imps.hpp232 base_type::rotate_right(p_w); in remove_fixup()
254 base_type::rotate_right(p_new_x_parent); in remove_fixup()
283 base_type::rotate_right(p_new_x_parent); in remove_fixup()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Drotate_fn_imps.hpp77 rotate_right(node_pointer p_x) in rotate_right() function in PB_DS_CLASS_C_DEC
113 rotate_right(p_parent); in rotate_parent()
H A Dbin_search_tree_.hpp302 rotate_right(node_pointer);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Drotate_fn_imps.hpp77 rotate_right(node_pointer p_x) in rotate_right() function in PB_DS_CLASS_C_DEC
113 rotate_right(p_parent); in rotate_parent()
H A Dbin_search_tree_.hpp302 rotate_right(node_pointer);
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dipf_rb.h123 rotate_right(struct _n##_rb_head *head, _t *node) \
181 rotate_right(head, gparent); \
193 rotate_right(head, node); \
237 rotate_right(head, tmp); \
252 rotate_right(head, parent); \
277 rotate_right(head, parent); \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Drotate_fn_imps.hpp75 rotate_right(node_pointer p_x) in rotate_right() function in PB_DS_CLASS_C_DEC
108 rotate_right(p_parent); in rotate_parent()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Drotate_fn_imps.hpp75 rotate_right(node_pointer p_x) in rotate_right() function in PB_DS_CLASS_C_DEC
108 rotate_right(p_parent); in rotate_parent()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunit.c171 rotate_right (gfc_unit *t) in rotate_right() function
211 t = rotate_right (t); in insert()
273 temp = rotate_right (t); in delete_root()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunit.c171 rotate_right (gfc_unit *t) in rotate_right() function
211 t = rotate_right (t); in insert()
273 temp = rotate_right (t); in delete_root()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c214 rotate_right(dns_rbtnode_t *node, dns_rbtnode_t **rootp);
1678 rotate_right(dns_rbtnode_t *node, dns_rbtnode_t **rootp) {
1786 rotate_right(grandparent, &root); in unhash_node()
1797 rotate_right(parent, &root); in unhash_node()
1998 rotate_right(sibling, rootp);
2020 rotate_right(parent, rootp); in deletefromlevel()
2043 rotate_right(parent, rootp); in deletefromlevel()
1858 rotate_right(dns_rbtnode_t *node, dns_rbtnode_t **rootp) { rotate_right() function

12