Searched refs:GetBe32 (Results 1 – 2 of 2) sorted by relevance
106 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) macro111 #define GetBe32(p) ( \117 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
287 UInt32 authority = GetBe32(p + 4); in ParseSid()