Searched refs:_rotl (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/rc5/ |
H A D | rc5_local.h | 132 # define ROTATE_l32(a,n) _rotl(a,n)
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | ia32intrin.h | 794 #define _rotl(a,b) __rold((a), (b)) macro
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ht_hash.h | 57 #define ROTL32(x,y) _rotl(x,y)
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | xxhash.c | 168 # define XXH_rotl32(x,r) _rotl(x,r)
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | xxhash.c | 187 # define XXH_rotl32(x,r) _rotl(x,r)
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | aes_x86core.c | 97 # define ROTATE(a,n) _rotl(a,n)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 602 #define XXH_rotl32(x, r) _rotl(x, r)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 1756 # define XXH_rotl32(x,r) _rotl(x,r)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 2554 let Spellings = ["_rotl"];
|