Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/multi_index/include/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
/external/trace-cmd/lib/trace-cmd/
Dtrace-rbtree.c40 static void rotate_left(struct trace_rbtree *tree, in rotate_left() function
/external/rust/android-crates-io/crates/num-traits/src/
Dint.rs154 fn rotate_left(self, n: u32) -> Self; in rotate_left() method
/external/skia/src/core/
DSkMD5.cpp139 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dord_index_node.hpp303 static void rotate_left(pointer x,parent_ref root) in rotate_left() function
/external/e2fsprogs/lib/support/
Ddict.c90 static void rotate_left(dnode_t *upper) in rotate_left() function
/external/f2fs-tools/fsck/
Ddict.c82 static void rotate_left(dnode_t *upper) in rotate_left() function
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dbstree_algorithms.hpp1810 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
/external/rust/android-crates-io/crates/grid/src/
Dlib.rs1367 pub fn rotate_left(&mut self) { in rotate_left() method
3546 fn rotate_left() { in rotate_left() function
/external/rust/android-crates-io/crates/intrusive-collections/src/
Drbtree.rs773 unsafe fn rotate_left<T: RBTreeOps>( in rotate_left() function