Home
last modified time | relevance | path

Searched refs:_byteswap_ushort (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/ucrt/stdlib/
H A Dbyteswap.cpp12 #pragma function(_byteswap_ulong, _byteswap_uint64, _byteswap_ushort)
41 extern "C" unsigned short __cdecl _byteswap_ushort(unsigned short const i) in _byteswap_ushort() function
/reactos/sdk/lib/rtl/
H A Dbyteswap.c41 return _byteswap_ushort(Source); in RtlUshortByteSwap()
/reactos/dll/win32/wdmaud.drv/
H A Dmixer.c293 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()
352 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()
/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_arm.h42 __INTRIN_INLINE unsigned short _byteswap_ushort(unsigned short value) in _byteswap_ushort() function
H A Dintrin_x86.h1404 __INTRIN_INLINE unsigned short __cdecl _byteswap_ushort(unsigned short value) in _byteswap_ushort() function
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dmodule.h48 unsigned short __cdecl _byteswap_ushort(unsigned short);
54 #pragma intrinsic(_byteswap_ushort)
58 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x))
/reactos/drivers/wdm/audio/filters/kmixer/
H A Dpin.c304 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()
363 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h171 #pragma intrinsic(_byteswap_ushort)
/reactos/sdk/include/crt/
H A Dstdlib.h333 _byteswap_ushort(
/reactos/sdk/include/ucrt/
H A Dstdlib.h298 _Check_return_ unsigned short __cdecl _byteswap_ushort(_In_ unsigned short _Number);
/reactos/sdk/include/ndk/
H A Drtlfuncs.h1859 unsigned short __cdecl _byteswap_ushort(unsigned short);
1863 #pragma intrinsic(_byteswap_ushort)
1867 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x))
/reactos/base/applications/atactl/
H A Datactl.cpp23 *(unsigned short *)&(a) = _byteswap_ushort(*(unsigned short *)&(b)); \
/reactos/sdk/include/vcruntime/
H A Dintrin.h73 _Check_return_ unsigned short __cdecl _byteswap_ushort(_In_ unsigned short);
/reactos/sdk/include/xdk/
H A Drtlfuncs.h3214 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x))
/reactos/dll/win32/ucrtbase/
H A Ducrtbase.spec255 @ cdecl _byteswap_ushort(long)