Searched refs:GetBe32 (Results 1 – 1 of 1) sorted by relevance
104 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) macro109 #define GetBe32(p) ( \115 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))