HomeSort by relevance Sort by last modified time
    Searched full:roruint64_t (Results 1 - 1 of 1) sorted by null

  /external/fio/crc/
sha512.c 35 static inline uint64_t RORuint64_t(uint64_t x, uint64_t y)
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)
    [all...]

Completed in 423 milliseconds