/external/fio/crc/ |
sha256.c | 38 #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) function [all...] |
/external/valgrind/VEX/priv/ |
host_arm_defs.c | 415 static UInt ROR32 ( UInt x, UInt sh ) { 442 vex_printf("0x%x", ROR32(ri84->ARMri84.I84.imm8, [all...] |
host_arm_isel.c | 256 static UInt ROR32 ( UInt x, UInt sh ) { 275 u = ROR32(u, 30); [all...] |
guest_arm_toIR.c | 213 static UInt ROR32 ( UInt x, UInt sh ) { [all...] |
guest_arm64_toIR.c | 166 //ZZ static UInt ROR32 ( UInt x, UInt sh ) { [all...] |