Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha512.c35 static inline uint64_t RORuint64_t(uint64_t x, uint64_t y) in RORuint64_t() function
70 #define e0(x) (RORuint64_t(x,28) ^ RORuint64_t(x,34) ^ RORuint64_t(x,39))
71 #define e1(x) (RORuint64_t(x,14) ^ RORuint64_t(x,18) ^ RORuint64_t(x,41))
72 #define s0(x) (RORuint64_t(x, 1) ^ RORuint64_t(x, 8) ^ (x >> 7))
73 #define s1(x) (RORuint64_t(x,19) ^ RORuint64_t(x,61) ^ (x >> 6))