Searched refs:GetBe64 (Results 1 – 1 of 1) sorted by relevance
397 #define GetBe64(p) Z7_BSWAP64 (*(const UInt64 *)(const void *)(p)) macro416 #ifndef GetBe64417 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4)) macro