Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__bit/
HDrotate.h64 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, int __cnt) noexcept { in rotr() function
/freebsd-head/contrib/bearssl/src/symcipher/
HDaes_big_enc.c76 rotr(uint32_t x, int n) in rotr() function
HDaes_big_dec.c176 rotr(uint32_t x, int n) in rotr() function
/freebsd-head/contrib/wpa/src/crypto/
HDaes_i.h70 static inline u32 rotr(u32 val, int bits) in rotr() function
/freebsd-head/sys/net80211/
HDieee80211_crypto_tkip.c796 static __inline u32 rotr(u32 val, int bits) in rotr() function
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDAPInt.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