Searched defs:rotl (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid_rand.c23 static inline uint64_t rotl(const uint64_t x, int k) function
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace_xoroshiro128_plus.c38 rotl(const uint64_t x, int k) function
/freebsd-current/crypto/openssl/crypto/sm4/
H A Dsm4.c88 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) function
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h394 [[nodiscard]] constexpr T rotl(T V, int R) { function in class:llvm::endianness
/freebsd-current/contrib/bearssl/src/symcipher/
H A Ddes_ct.c64 rotl(uint32_t x, int n) function
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c103 static inline uint64_t rotl(const uint64_t x, int k) function
/freebsd-current/contrib/lua/src/
H A Dlmathlib.c304 static Rand64 rotl (Rand64 x, int n) { function
420 static Rand64 rotl (Rand64 i, int n) { function
/freebsd-current/sys/net80211/
H A Dieee80211_crypto_tkip.c790 static __inline u32 rotl(u32 val, int bits) function

Completed in 77 milliseconds