Searched refs:SWAP_ULONG (Results 1 – 1 of 1) sorted by relevance
671 #define SWAP_ULONG(x) do { if (!native_byte_order) (x) = RtlUlongByteSwap(x); } while(0) macro732 SWAP_ULONG(count); in load_IFD_entry()737 SWAP_ULONG(value); in load_IFD_entry()856 SWAP_ULONG(item->value.u.caul.pElems[i]); in load_IFD_entry()885 SWAP_ULONG(item->value.u.uhVal.u.LowPart); in load_IFD_entry()886 SWAP_ULONG(item->value.u.uhVal.u.HighPart); in load_IFD_entry()916 SWAP_ULONG(item->value.u.cauh.pElems[i].u.LowPart); in load_IFD_entry()917 SWAP_ULONG(item->value.u.cauh.pElems[i].u.HighPart); in load_IFD_entry()1037 SWAP_ULONG(next_ifd_offset); in LoadIfdMetadata()