Searched refs:rotl32 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DPlatform.h46 inline uint32_t rotl32 ( uint32_t x, int8_t r ) function
66 #define ROTL32(x,y) rotl32(x,y)
H A DMurmurHash3.cpp34 inline uint32_t rotl32 ( uint32_t x, int8_t r ) function
44 #define ROTL32(x,y) rotl32(x,y)
/external/bison/lib/
H A Dbitrotate.h55 rotl32 (uint32_t x, int n) function
/external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
H A DMurmurHash3.cpp34 inline uint32_t rotl32 ( uint32_t x, int8_t r ) function
44 #define ROTL32(x,y) rotl32(x,y)
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h91 /// 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 164 milliseconds