14#pragma function(_lrotl, _rotl, _rotl64)
16#if UINT_MAX != 0xffffffff
17 #error This source file assumes 32-bit integers
20#if UINT_MAX != ULONG_MAX
21 #error This source file assumes sizeof(int) == sizeof(long)
unsigned __int64 __cdecl _rotl64(unsigned __int64 value, int shift)
unsigned __cdecl _rotl(unsigned value, int shift)
unsigned long __cdecl _lrotl(unsigned long value, int shift)