/reactos/sdk/lib/rtl/ |
H A D | byteswap.c | 23 #undef RtlUshortByteSwap 37 RtlUshortByteSwap( in RtlUshortByteSwap() function 67 …return ((ULONG)RtlUshortByteSwap((USHORT)Source) << 16) | RtlUshortByteSwap((USHORT)(Source >> 16)… in RtlUlongByteSwap()
|
H A D | largeint.c | 21 #undef RtlUshortByteSwap 22 USHORT FASTCALL RtlUshortByteSwap(USHORT Source); 23 PVOID Dummy = RtlUshortByteSwap;
|
H A D | network.c | 932 address->u.Word[n_bytes/2] = RtlUshortByteSwap(ip_component); in ipv6_string_to_address() 941 address->u.Word[n_bytes/2] = RtlUshortByteSwap(ip_component); in ipv6_string_to_address() 983 port_component = RtlUshortByteSwap(port_component); in ipv6_string_to_address()
|
H A D | actctx.c | 2946 new_buff[i] = RtlUshortByteSwap( buf[i] ); in parse_manifest()
|
/reactos/sdk/lib/rtl/i386/ |
H A D | rtlswap.S | 12 PUBLIC @RtlUshortByteSwap@4 19 FUNC @RtlUshortByteSwap@4
|
/reactos/drivers/storage/ide/uniata/inc/ |
H A D | misc.h | 9 #define MOV_DW_SWP(a,b) ( ((PUSHORT)&(a))[0] = RtlUshortByteSwap(*(PUSHORT)&(b))) 10 #define MOV_SWP_DW2DD(a,b) ((a) = RtlUshortByteSwap(*(PUSHORT)&(b)))
|
/reactos/dll/win32/ole32/ |
H A D | storage32.h | 535 #define htole16(x) RtlUshortByteSwap(x) 538 #define lendian16toh(x) RtlUshortByteSwap(x)
|
/reactos/boot/freeldr/freeldr/arch/drivers/ |
H A D | hwide.c | 827 Id.SerialNumber[i] = RtlUshortByteSwap(Id.SerialNumber[i]); in IdentifyDevice() 830 Id.FirmwareRevision[i] = RtlUshortByteSwap(Id.FirmwareRevision[i]); in IdentifyDevice() 833 Id.ModelNumber[i] = RtlUshortByteSwap(Id.ModelNumber[i]); in IdentifyDevice()
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | module.h | 58 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x)) macro 67 RtlUshortByteSwap( 85 #define __swab16(x) RtlUshortByteSwap(x)
|
/reactos/drivers/bus/isapnp/ |
H A D | hardware.c | 631 LogDevice->LogProdId = RtlUshortByteSwap(Temp.ProdId); in ParseTags() 661 CompatibleId->ProdId = RtlUshortByteSwap(Temp.ProdId); in ParseTags() 1402 Identifier.ProdId = RtlUshortByteSwap(Identifier.ProdId); in IsaHwFillDeviceList()
|
/reactos/sdk/include/psdk/ |
H A D | netiodef.h | 646 return RtlUshortByteSwap(Header->FlagsAndOffset & IP4_OFF_MASK) << 3; in Ip4FragmentOffset() 876 return RtlUshortByteSwap(Header->OffsetAndFlags & IP6F_OFF_MASK); in Ip6FragmentOffset()
|
/reactos/subsystems/mvdm/ntvdm/hardware/ |
H A D | disk.c | 302 DiskImage->DiskInfo.Cylinders = RtlUshortByteSwap(vhd_footer.cyls); // FIXME: Big endian! in MountHDD()
|
/reactos/dll/directx/wine/dsound/ |
H A D | dsound_convert.c | 40 #define le16(x) RtlUshortByteSwap((x))
|
/reactos/dll/win32/mapi32/ |
H A D | util.c | 389 lpData[i] = RtlUshortByteSwap(lpData[i]); in SwapPword()
|
/reactos/dll/win32/wintrust/ |
H A D | asn.c | 44 #define hton16(x) RtlUshortByteSwap(x) 45 #define n16toh(x) RtlUshortByteSwap(x)
|
/reactos/dll/win32/windowscodecs/ |
H A D | metadatahandler.c | 670 #define SWAP_USHORT(x) do { if (!native_byte_order) (x) = RtlUshortByteSwap(x); } while(0)
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 3003 static inline USHORT RtlUshortByteSwap(USHORT s) in RtlUshortByteSwap() function 3014 return ((ULONG)RtlUshortByteSwap((USHORT)i) << 16) | RtlUshortByteSwap((USHORT)(i >> 16)); in RtlUlongByteSwap()
|
/reactos/sdk/include/xdk/ |
H A D | rtlfuncs.h | 970 RtlUshortByteSwap( 3214 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x)) macro
|
/reactos/dll/win32/cabinet/ |
H A D | fci.c | 58 #define fci_endian_uword(x) RtlUshortByteSwap(x)
|
/reactos/dll/win32/kernel32/wine/ |
H A D | profile.c | 153 shortbuffer[i] = RtlUshortByteSwap(shortbuffer[i]); in PROFILE_ByteSwapShortBuffer()
|
/reactos/dll/win32/usp10/ |
H A D | opentype.c | 43 #define GET_BE_WORD(x) RtlUshortByteSwap(x)
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 1323 @ fastcall -arch=i386,arm RtlUshortByteSwap(long)
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 1867 #define RtlUshortByteSwap(_x) _byteswap_ushort((USHORT)(_x)) macro
|
/reactos/dll/ntdll/def/ |
H A D | ntdll.spec | 9 @ fastcall -arch=i386 RtlUshortByteSwap(long)
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 3265 *dst++ = RtlUshortByteSwap(*src++); in map_byterev()
|