GetBe64 106 third_party/lzma_sdk/CpuArch.h #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p)) GetBe64 116 third_party/lzma_sdk/CpuArch.h #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))