Searched refs:ror32 (Results 1 – 3 of 3) sorted by relevance
83 offset = ror32(offset, 5) ^ (rand); \
135 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32() function
90 return (__force __wsum)ror32((__force u32)sum, 8); in csum_shift()