OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBe64
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
CpuArch.h
106
#define
GetBe64
(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p))
116
#define
GetBe64
(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
/external/lzma/C/
CpuArch.h
105
#define
GetBe64
(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p))
115
#define
GetBe64
(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
Completed in 24 milliseconds