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

  /external/chromium_org/third_party/lzma_sdk/
CpuArch.h 66 #define GetUi16(p) (*(const UInt16 *)(p))
75 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
  /external/lzma/C/
CpuArch.h 65 #define GetUi16(p) (*(const UInt16 *)(p))
74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))

Completed in 242 milliseconds