Home
last modified time | relevance | path

Searched refs:rol64 (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dsiphash.h147 (a) += (b), (b) = rol64((b), 13), (b) ^= (a), (a) = rol64((a), 32), \
148 (c) += (d), (d) = rol64((d), 16), (d) ^= (c), \
149 (a) += (d), (d) = rol64((d), 21), (d) ^= (a), \
150 (c) += (b), (b) = rol64((b), 17), (b) ^= (c), (c) = rol64((c), 32))
A Dbitops.h104 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() function

Completed in 5 milliseconds