Searched defs:GetUi64 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.h68 #define GetUi64(p) (*(const UInt64 *)(p)) macro
83 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
/external/lzma/C/
H A DCpuArch.h67 #define GetUi64(p) (*(const UInt64 *)(p)) macro
82 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))

Completed in 243 milliseconds