Searched refs:rotl (Results 1 – 2 of 2) sorted by relevance
23 static inline uint64_t rotl(const uint64_t x, int k) in rotl() function33 const uint64_t result = rotl(s0 + s1, 17) + s0; in vdev_draid_rand()36 s[0] = rotl(s0, 49) ^ s1 ^ (s1 << 21); // a, b in vdev_draid_rand()37 s[1] = rotl(s1, 28); // c in vdev_draid_rand()
792 static __inline u32 rotl(u32 val, int bits) in rotl() function809 r ^= rotl(l, 17); \813 r ^= rotl(l, 3); \