Searched defs:rotate_left (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/multi_index/ |
D | ordered_index.hpp | 45 template<typename Pointer> static void rotate_left(Pointer,Pointer){} in rotate_left() function
|
D | ranked_index.hpp | 306 static void rotate_left(Pointer x,Pointer y) /* in: x==y->left() */ in rotate_left() function
|
/third_party/skia/src/core/ |
D | SkMD5.cpp | 118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
|
/third_party/flutter/skia/src/core/ |
D | SkMD5.cpp | 118 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
|
/third_party/grpc/src/core/lib/avl/ |
D | avl.cc | 126 static grpc_avl_node* rotate_left(const grpc_avl_vtable* vtable, void* key, in rotate_left() function
|
/third_party/boost/boost/multi_index/detail/ |
D | ord_index_node.hpp | 303 static void rotate_left(pointer x,parent_ref root) in rotate_left() function
|
/third_party/f2fs-tools/fsck/ |
D | dict.c | 83 static void rotate_left(dnode_t *upper) in rotate_left() function
|
/third_party/e2fsprogs/lib/support/ |
D | dict.c | 89 static void rotate_left(dnode_t *upper) in rotate_left() function
|
/third_party/boost/boost/intrusive/ |
D | bstree_algorithms.hpp | 1811 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
|