Searched defs:rotl (Results 1 – 7 of 7) sorted by relevance
23 static inline uint64_t rotl(const uint64_t x, int k) in rotl() function
38 rotl(const uint64_t x, int k) in rotl() function
88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
64 rotl(uint32_t x, int n) in rotl() function
303 static Rand64 rotl (Rand64 x, int n) { in rotl() function419 static Rand64 rotl (Rand64 i, int n) { in rotl() function
792 static __inline u32 rotl(u32 val, int bits) in rotl() function
1073 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt1077 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt