Searched refs:_byteswap_uint64 (Results 1 – 14 of 14) sorted by relevance
12 #pragma function(_byteswap_ulong, _byteswap_uint64, _byteswap_ushort)49 extern "C" unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 const i) in _byteswap_uint64() function
90 return _byteswap_uint64(Source); in RtlUlonglongByteSwap()
50 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);56 #pragma intrinsic(_byteswap_uint64)60 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
157 # define bswap_64(x) _byteswap_uint64((__int64)x)
173 #pragma intrinsic(_byteswap_uint64)
1419 __INTRIN_INLINE unsigned long long _byteswap_uint64(unsigned long long value) in _byteswap_uint64() function1426 __INTRIN_INLINE unsigned long long __cdecl _byteswap_uint64(unsigned long long value) in _byteswap_uint64() function
256 # define XXH_swap64 _byteswap_uint64
347 _byteswap_uint64(
300 _Check_return_ unsigned __int64 __cdecl _byteswap_uint64(_In_ unsigned __int64 _Number);
1861 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);1865 #pragma intrinsic(_byteswap_uint64)1869 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
71 _Check_return_ unsigned __int64 __cdecl _byteswap_uint64(_In_ unsigned __int64);
3216 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
2882 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
253 @ cdecl _byteswap_uint64(int64)