Searched refs:GetBe32 (Results 1 – 2 of 2) 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))
105 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) macro110 #define GetBe32(p) ( \116 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))