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

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

Completed in 37 milliseconds