Home
last modified time | relevance | path

Searched defs:rotr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Drotate.h64 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, int __cnt) noexcept { in rotr() function
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_enc.c76 rotr(uint32_t x, int n) in rotr() function
H A Daes_big_dec.c176 rotr(uint32_t x, int n) in rotr() function
/freebsd/contrib/wpa/src/crypto/
H A Daes_i.h70 static inline u32 rotr(u32 val, int bits) in rotr() function
/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c795 static __inline u32 rotr(u32 val, int bits) in rotr() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1120 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1124 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt