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

  /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/qemu/include/qemu/
bitops.h 237 * ror32 - rotate a 32-bit value right
241 static inline uint32_t ror32(uint32_t word, unsigned int shift) function
  /external/qemu/tcg/
optimize.c 243 return ror32(x, y);
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c 429 static UInt ROR32 ( UInt x, UInt sh ) {
456 vex_printf("0x%x", ROR32(ri84->ARMri84.I84.imm8,
    [all...]
host_arm_isel.c 264 static UInt ROR32 ( UInt x, UInt sh ) {
283 u = ROR32(u, 30);
    [all...]
guest_arm_toIR.c 213 static UInt ROR32 ( UInt x, UInt sh ) {
    [all...]
host_arm64_defs.c     [all...]
guest_arm64_toIR.c 184 //ZZ static UInt ROR32 ( UInt x, UInt sh ) {
    [all...]

Completed in 364 milliseconds