Searched refs:_rotl (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dia32intrin.h428 #define _rotl(a,b) __rold((a), (b)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dia32intrin.h316 #define _rotl(a,b) __rold((a), (b)) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc5/
H A Drc5_local.h132 # define ROTATE_l32(a,n) _rotl(a,n)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5_local.h132 # define ROTATE_l32(a,n) _rotl(a,n)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dia32intrin.h316 #define _rotl(a,b) __rold((a), (b)) macro
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSHA1.cpp18 - ROL32 improvement for the Microsoft compiler (using _rotl)
41 #define ROL32(_val32, _nBits) _rotl(_val32, _nBits)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Dxxhash.c166 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
168 # define XXH_rotl32(x,r) _rotl(x,r)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_x86core.c97 # define ROTATE(a,n) _rotl(a,n)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_x86core.c97 # define ROTATE(a,n) _rotl(a,n)

Completed in 154 milliseconds