Searched refs:rotl64 (Results 1 – 1 of 1) sorted by relevance
13 static inline u64 rotl64(u64 x, s8 r) in rotl64() function18 #define ROTL64(x, y) rotl64(x, y)