Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.h257 #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p)) macro
267 #define GetBe64(p) __builtin_bswap64(*(const UInt64 *)(const Byte *)(p))
279 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))