Home
last modified time | relevance | path

Searched refs:_byteswap_uint64 (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/lib/ucrt/stdlib/
H A Dbyteswap.cpp12 #pragma function(_byteswap_ulong, _byteswap_uint64, _byteswap_ushort)
49 extern "C" unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 const i) in _byteswap_uint64() function
/reactos/sdk/lib/rtl/
H A Dbyteswap.c90 return _byteswap_uint64(Source); in RtlUlonglongByteSwap()
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dmodule.h50 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
56 #pragma intrinsic(_byteswap_uint64)
60 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
/reactos/sdk/tools/mkisofs/schilytools/libmdigest/
H A Dbyte_order.h157 # define bswap_64(x) _byteswap_uint64((__int64)x)
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h173 #pragma intrinsic(_byteswap_uint64)
/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_x86.h1419 __INTRIN_INLINE unsigned long long _byteswap_uint64(unsigned long long value) in _byteswap_uint64() function
1426 __INTRIN_INLINE unsigned long long __cdecl _byteswap_uint64(unsigned long long value) in _byteswap_uint64() function
/reactos/drivers/filesystems/btrfs/
H A Dxxhash.c256 # define XXH_swap64 _byteswap_uint64
/reactos/sdk/include/crt/
H A Dstdlib.h347 _byteswap_uint64(
/reactos/sdk/include/ucrt/
H A Dstdlib.h300 _Check_return_ unsigned __int64 __cdecl _byteswap_uint64(_In_ unsigned __int64 _Number);
/reactos/sdk/include/ndk/
H A Drtlfuncs.h1861 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
1865 #pragma intrinsic(_byteswap_uint64)
1869 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
/reactos/sdk/include/vcruntime/
H A Dintrin.h71 _Check_return_ unsigned __int64 __cdecl _byteswap_uint64(_In_ unsigned __int64);
/reactos/sdk/include/xdk/
H A Drtlfuncs.h3216 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2882 #define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
/reactos/dll/win32/ucrtbase/
H A Ducrtbase.spec253 @ cdecl _byteswap_uint64(int64)