Searched full:rot (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | rand.c | 47 static inline uint32_t rot(uint32_t value, unsigned int count) in rot() function 54 return rot(x, 2) ^ rot(x, 13) ^ rot(x, 22); in upper_sig0() 59 return rot(x, 6) ^ rot(x, 11) ^ rot(x, 25); in upper_sig1() 64 return rot(x, 7) ^ rot(x, 18) ^ (x >> 3); in lower_sig0() 69 return rot(x, 17) ^ rot(x, 19) ^ (x >> 10); in lower_sig1()
|