Searched refs:rotate_left (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/skia/src/utils/
H A DSkMD5.cpp110 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { function
117 a = b + rotate_left(a + operation(b, c, d) + x + t, s);
H A DSkSHA1.cpp111 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { function
119 E += rotate_left(A, 5) + operation(B, C, D) + w + k;
120 B = rotate_left(B, 30);
145 W[i] = rotate_left(W[i-3] ^ W[i-8] ^ W[i-14] ^ W[i-16], 1);
147 //W[i] = rotate_left(W[i-6] ^ W[i-16] ^ W[i-28] ^ W[i-32], 2);
/external/chromium_org/ui/file_manager/gallery/css/
H A Dgallery.css665 .gallery > .toolbar button.rotate_left {
671 .gallery > .toolbar button.rotate_left:active,
672 .gallery > .toolbar button.rotate_left[pressed] {
/external/e2fsprogs/e2fsck/
H A Ddict.c83 static void rotate_left(dnode_t *upper) function
108 * This operation is the ``mirror'' image of rotate_left. It is
615 rotate_left(parent);
641 rotate_left(grandpa);
763 rotate_left(parent);
783 rotate_left(parent);
806 rotate_left(sister);
/external/skia/src/utils/
H A DSkMD5.cpp110 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { function
117 a = b + rotate_left(a + operation(b, c, d) + x + t, s);
H A DSkSHA1.cpp111 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { function
119 E += rotate_left(A, 5) + operation(B, C, D) + w + k;
120 B = rotate_left(B, 30);
145 W[i] = rotate_left(W[i-3] ^ W[i-8] ^ W[i-14] ^ W[i-16], 1);
147 //W[i] = rotate_left(W[i-6] ^ W[i-16] ^ W[i-28] ^ W[i-32], 2);

Completed in 296 milliseconds