Searched refs:_byteswap_ushort (Results 1 – 15 of 15) sorted by relevance
12 #pragma function(_byteswap_ulong, _byteswap_uint64, _byteswap_ushort)41 extern "C" unsigned short __cdecl _byteswap_ushort(unsigned short const i) in _byteswap_ushort() function
41 return _byteswap_ushort(Source); in RtlUshortByteSwap()
293 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()352 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()
42 __INTRIN_INLINE unsigned short _byteswap_ushort(unsigned short value) in _byteswap_ushort() function
1404 __INTRIN_INLINE unsigned short __cdecl _byteswap_ushort(unsigned short value) in _byteswap_ushort() function
48 unsigned short __cdecl _byteswap_ushort(unsigned short);54 #pragma intrinsic(_byteswap_ushort)58 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x))
304 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()363 Sample = _byteswap_ushort(Sample); in PerformQualityConversion()
171 #pragma intrinsic(_byteswap_ushort)
333 _byteswap_ushort(
298 _Check_return_ unsigned short __cdecl _byteswap_ushort(_In_ unsigned short _Number);
1859 unsigned short __cdecl _byteswap_ushort(unsigned short);1863 #pragma intrinsic(_byteswap_ushort)1867 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x))
23 *(unsigned short *)&(a) = _byteswap_ushort(*(unsigned short *)&(b)); \
73 _Check_return_ unsigned short __cdecl _byteswap_ushort(_In_ unsigned short);
3214 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x))
255 @ cdecl _byteswap_ushort(long)