Home
last modified time | relevance | path

Searched refs:rotate_left (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dord_index_node.hpp303 static void rotate_left(pointer x,parent_ref root) in rotate_left() function
315 AugmentPolicy::rotate_left(x,y); in rotate_left()
360 rotate_left(x,root); in rebalance()
382 rotate_left(x->parent()->parent(),root); in rebalance()
493 rotate_left(x_parent,root); in rebalance_for_extract()
513 rotate_left(x_parent,root); in rebalance_for_extract()
535 rotate_left(w,root); in rebalance_for_extract()
/third_party/boost/boost/intrusive/
Drbtree_algorithms.hpp479 bstree_algo::rotate_left(x_parent, w, NodeTraits::get_parent(x_parent), header); in rebalance_after_erasure_restore_invariants()
504 …bstree_algo::rotate_left(x_parent, NodeTraits::get_right(x_parent), NodeTraits::get_parent(x_paren… in rebalance_after_erasure_restore_invariants()
530 bstree_algo::rotate_left(w, w_right, NodeTraits::get_parent(w), header); in rebalance_after_erasure_restore_invariants()
590 … bstree_algo::rotate_left(p_grandparent, p_parent, NodeTraits::get_parent(p_grandparent), header); in rebalance_after_insertion()
Dtreap_algorithms.hpp159 bstree_algo::rotate_left(p_parent, p, p_grandparent, header); in rotate_up_n()
626 bstree_algo::rotate_left(z, z_right, z_parent, header); in rebalance_for_erasure()
Davltree_algorithms.hpp668 bstree_algo::rotate_left(a, c, NodeTraits::get_parent(a), hdr); in avl_rotate_right_left()
675 bstree_algo::rotate_left(x, x_oldright, NodeTraits::get_parent(x), hdr); in avl_rotate_left()
Dbstree_algorithms.hpp1811 static void rotate_left(node_ptr p, node_ptr p_right, node_ptr p_parent, node_ptr header) in rotate_left() function in boost::intrusive::bstree_algorithms
/third_party/boost/boost/multi_index/
Dordered_index.hpp45 template<typename Pointer> static void rotate_left(Pointer,Pointer){} in rotate_left() function
Dranked_index.hpp306 static void rotate_left(Pointer x,Pointer y) /* in: x==y->left() */ in rotate_left() function
315 rotate_left(x,y); in rotate_right()
/third_party/e2fsprogs/lib/support/
Ddict.c89 static void rotate_left(dnode_t *upper) in rotate_left() function
621 rotate_left(parent); in dict_insert()
647 rotate_left(grandpa); in dict_insert()
769 rotate_left(parent); in dict_delete()
789 rotate_left(parent); in dict_delete()
812 rotate_left(sister); in dict_delete()
/third_party/f2fs-tools/fsck/
Ddict.c83 static void rotate_left(dnode_t *upper) in rotate_left() function
597 rotate_left(parent); in dict_insert()
623 rotate_left(grandpa); in dict_insert()
744 rotate_left(parent); in dict_delete()
764 rotate_left(parent); in dict_delete()
787 rotate_left(sister); in dict_delete()
/third_party/flutter/skia/src/core/
DSkMD5.cpp118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
/third_party/skia/src/core/
DSkMD5.cpp118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
125 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
/third_party/grpc/src/core/lib/avl/
Davl.cc126 static grpc_avl_node* rotate_left(const grpc_avl_vtable* vtable, void* key, in rotate_left() function
198 rotate_left(vtable, key, value, left, right, user_data)); in rebalance()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart2291 /// <i class="material-icons md-36">rotate_left</i> &#x2014; material icon named "rotate left".
2292 static const IconData rotate_left = IconData(0xe419, fontFamily: 'MaterialIcons');