Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dmurmurhash3.c13 static inline u64 rotl64(u64 x, s8 r) in rotl64() function
18 #define ROTL64(x, y) rotl64(x, y)