Home
last modified time | relevance | path

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

/third_party/boost/boost/multi_index/detail/
Dord_index_node.hpp330 static void rotate_right(pointer x,parent_ref root) in rotate_right() function
342 AugmentPolicy::rotate_right(x,y); in rotate_right()
364 rotate_right(x->parent()->parent(),root); in rebalance()
378 rotate_right(x,root); in rebalance()
507 rotate_right(w,root); in rebalance_for_extract()
522 rotate_right(x_parent,root); in rebalance_for_extract()
541 rotate_right(x_parent,root); in rebalance_for_extract()
/third_party/boost/boost/intrusive/
Drbtree_algorithms.hpp495 bstree_algo::rotate_right(w, w_left, NodeTraits::get_parent(w), header); in rebalance_after_erasure_restore_invariants()
514 bstree_algo::rotate_right(x_parent, w, NodeTraits::get_parent(x_parent), header); in rebalance_after_erasure_restore_invariants()
539 …bstree_algo::rotate_right(x_parent, NodeTraits::get_left(x_parent), NodeTraits::get_parent(x_paren… in rebalance_after_erasure_restore_invariants()
579 … bstree_algo::rotate_right(p_grandparent, p_parent, NodeTraits::get_parent(p_grandparent), header); in rebalance_after_insertion()
Dtreap_algorithms.hpp156 bstree_algo::rotate_right(p_parent, p, p_grandparent, header); in rotate_up_n()
623 bstree_algo::rotate_right(z, z_left, z_parent, header); in rebalance_for_erasure()
Davltree_algorithms.hpp648 bstree_algo::rotate_right(a, c, NodeTraits::get_parent(a), hdr); in avl_rotate_left_right()
690 bstree_algo::rotate_right(x, x_oldleft, NodeTraits::get_parent(x), hdr); in avl_rotate_right()
Dbstree_algorithms.hpp1832 static void rotate_right(node_ptr p, node_ptr p_left, node_ptr p_parent, node_ptr header) in rotate_right() function in boost::intrusive::bstree_algorithms
/third_party/boost/boost/multi_index/
Dordered_index.hpp46 template<typename Pointer> static void rotate_right(Pointer,Pointer){} in rotate_right() function
Dranked_index.hpp313 static void rotate_right(Pointer x,Pointer y) /* in: x==y->right() */ in rotate_right() function
/third_party/e2fsprogs/lib/support/
Ddict.c118 static void rotate_right(dnode_t *upper) in rotate_right() function
628 rotate_right(grandpa); in dict_insert()
641 rotate_right(parent); in dict_insert()
782 rotate_right(sister); in dict_delete()
799 rotate_right(parent); in dict_delete()
819 rotate_right(parent); in dict_delete()
/third_party/f2fs-tools/fsck/
Ddict.c111 static void rotate_right(dnode_t *upper) in rotate_right() function
604 rotate_right(grandpa); in dict_insert()
617 rotate_right(parent); in dict_insert()
757 rotate_right(sister); in dict_delete()
774 rotate_right(parent); in dict_delete()
794 rotate_right(parent); in dict_delete()
/third_party/grpc/src/core/lib/avl/
Davl.cc137 static grpc_avl_node* rotate_right(const grpc_avl_vtable* vtable, void* key, in rotate_right() function
190 rotate_right(vtable, key, value, left, right, user_data)); in rebalance()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart2294 /// <i class="material-icons md-36">rotate_right</i> &#x2014; material icon named "rotate right".
2295 static const IconData rotate_right = IconData(0xe41a, fontFamily: 'MaterialIcons');