Searched refs:_rotr64 (Results 1 – 4 of 4) sorted by relevance
348 #pragma intrinsic(_rotr64)349 #define ROTR(a, n) _rotr64((a), n)
272 unsigned __int64 __cdecl _rotr64(unsigned __int64 _Value, int _Shift);495 _rotr64(unsigned __int64 _Value, int _Shift) { in _rotr64() function
998 return _rotr64(value, shift); in OPENSSL_MSVC_PRAGMA()