Home
last modified time | relevance | path

Searched refs:ror32 (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Drandomize_kstack.h83 offset = ror32(offset, 5) ^ (rand); \
Dbitops.h135 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32() function
/include/net/
Dchecksum.h90 return (__force __wsum)ror32((__force u32)sum, 8); in csum_shift()