Searched defs:rotl (Results 1 – 9 of 9) 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
59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotl(_Tp __t, int __cnt) noexcept { 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
304 static Rand64 rotl (Rand64 x, int n) { in rotl() function420 static Rand64 rotl (Rand64 i, int n) { in rotl() function
102 static inline uint64_t rotl(const uint64_t x, int k) in rotl() function
790 static __inline u32 rotl(u32 val, int bits) in rotl() function
1107 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt1111 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt