Searched refs:_rotl64 (Results 1 – 2 of 2) sorted by relevance
265 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);490 _rotl64(unsigned __int64 _Value, int _Shift) { in _rotl64() function
160 # define XXH_rotl64(x,r) _rotl64(x,r)