Home
last modified time | relevance | path

Searched defs:rotate_right (Results 1 – 7 of 7) sorted by relevance

/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/grpc/src/core/lib/avl/
Davl.cc137 static grpc_avl_node* rotate_right(const grpc_avl_vtable* vtable, void* key, in rotate_right() function
/third_party/boost/boost/multi_index/detail/
Dord_index_node.hpp330 static void rotate_right(pointer x,parent_ref root) in rotate_right() function
/third_party/e2fsprogs/lib/support/
Ddict.c118 static void rotate_right(dnode_t *upper) in rotate_right() function
/third_party/f2fs-tools/fsck/
Ddict.c111 static void rotate_right(dnode_t *upper) in rotate_right() function
/third_party/boost/boost/intrusive/
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