| /src/crypto/external/apache2/openssl/dist/crypto/rc5/ |
| rc5_local.h | 93 #define ROTATE_l32(a, n) _rotl(a, n)
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| ia32intrin.h | 428 #define _rotl(a,b) __rold((a), (b)) macro
|
| /src/crypto/external/bsd/openssl/dist/crypto/rc5/ |
| rc5_local.h | 132 # define ROTATE_l32(a,n) _rotl(a,n)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rc5/ |
| rc5_local.h | 132 # define ROTATE_l32(a,n) _rotl(a,n)
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| ia32intrin.h | 316 #define _rotl(a,b) __rold((a), (b)) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| ia32intrin.h | 316 #define _rotl(a,b) __rold((a), (b)) macro
|
| /src/external/bsd/elftosb/dist/common/ |
| SHA1.cpp | 18 - ROL32 improvement for the Microsoft compiler (using _rotl) 41 #define ROL32(_val32, _nBits) _rotl(_val32, _nBits)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| xxhash.c | 166 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */ 168 # define XXH_rotl32(x,r) _rotl(x,r)
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/ |
| aes_x86core.c | 94 #define ROTATE(a, n) _rotl(a, n)
|
| /src/crypto/external/bsd/openssl/dist/crypto/aes/ |
| aes_x86core.c | 97 # define ROTATE(a,n) _rotl(a,n)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/aes/ |
| aes_x86core.c | 97 # define ROTATE(a,n) _rotl(a,n)
|
| /src/external/bsd/zstd/dist/lib/common/ |
| xxhash.h | 2680 /* Note: although _rotl exists for minGW (GCC under windows), performance seems poor */ 2682 # define XXH_rotl32(x,r) _rotl(x,r)
|