HomeSort by relevance Sort by last modified time
    Searched defs:GetUi64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
CpuArch.h 68 #define GetUi64(p) (*(const UInt64 *)(p))
83 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /external/lzma/C/
CpuArch.h 67 #define GetUi64(p) (*(const UInt64 *)(p))
82 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))

Completed in 1107 milliseconds