Home
last modified time | relevance | path

Searched refs:GetBe64 (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/C/
DCpuArch.h397 #define GetBe64(p) Z7_BSWAP64 (*(const UInt64 *)(const void *)(p)) macro
416 #ifndef GetBe64
417 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4)) macro