Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.h523 #define GetBe64(p) Z7_BSWAP64 (*(const UInt64 *)(const void *)(p)) macro
544 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4)) macro