Searched refs:rotate_left (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/sysdump/
H A Drbtree.c71 static struct rbtree *rotate_left(struct rbtree *h) function
117 tree = rotate_left(tree);
/external/e2fsprogs/lib/support/
H A Ddict.c89 static void rotate_left(dnode_t *upper) function
114 * This operation is the ``mirror'' image of rotate_left. It is
621 rotate_left(parent);
647 rotate_left(grandpa);
769 rotate_left(parent);
789 rotate_left(parent);
812 rotate_left(sister);
/external/skia/src/core/
H A DSkMD5.cpp116 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { function
123 a = b + rotate_left(a + operation(b, c, d) + x + t, s);

Completed in 278 milliseconds