HomeSort by relevance Sort by last modified time
    Searched refs:rotl32 (Results 1 - 3 of 3) sorted by null

  /external/fio/crc/
murmur3.c 3 static inline uint32_t rotl32(uint32_t x, int8_t r) function
37 k1 = rotl32(k1, 15);
59 k1 = rotl32(k1, 15);
63 h1 = rotl32(h1, 13);
  /external/bison/lib/
bitrotate.h 55 rotl32 (uint32_t x, int n) function
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 91 /// rotl32 - Rotate a 32-bit unsigned value left by a specified # bits.
93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { function in namespace:llvm::ARM_AM
183 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8);

Completed in 113 milliseconds