Home
last modified time | relevance | path

Searched defs:rotate_left (Results 1 – 9 of 9) sorted by relevance

/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
/third_party/skia/src/core/
DSkMD5.cpp118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
/third_party/flutter/skia/src/core/
DSkMD5.cpp118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
/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
/third_party/boost/boost/multi_index/detail/
Dord_index_node.hpp303 static void rotate_left(pointer x,parent_ref root) in rotate_left() function
/third_party/f2fs-tools/fsck/
Ddict.c83 static void rotate_left(dnode_t *upper) in rotate_left() function
/third_party/e2fsprogs/lib/support/
Ddict.c89 static void rotate_left(dnode_t *upper) in rotate_left() function
/third_party/boost/boost/intrusive/
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