Home
last modified time | relevance | path

Searched refs:_rotl (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h132 # define ROTATE_l32(a,n) _rotl(a,n)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dia32intrin.h794 #define _rotl(a,b) __rold((a), (b)) macro
/freebsd/sys/contrib/ck/src/
H A Dck_ht_hash.h57 #define ROTL32(x,y) _rotl(x,y)
/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c168 # define XXH_rotl32(x,r) _rotl(x,r)
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c187 # define XXH_rotl32(x,r) _rotl(x,r)
/freebsd/crypto/openssl/crypto/aes/
H A Daes_x86core.c97 # define ROTATE(a,n) _rotl(a,n)
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1756 # define XXH_rotl32(x,r) _rotl(x,r)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1064 LANGBUILTIN(_rotl, "UiUii", "nE", ALL_MS_LANGUAGES)