Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha256.c38 #define e0(x) (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22))
39 #define e1(x) (ror32(x, 6) ^ ror32(x,11) ^ ror32(x,25))
40 #define s0(x) (ror32(x, 7) ^ ror32(x,18) ^ (x >> 3))
41 #define s1(x) (ror32(x,17) ^ ror32(x,19) ^ (x >> 10))
52 static inline uint32_t ror32(uint32_t word, unsigned int shift) in ror32() function