HomeSort by relevance Sort by last modified time
    Searched refs:GetUi16 (Results 1 - 5 of 5) 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))
7zIn.c 914 dest[i] = GetUi16(src + i * 2);
    [all...]
  /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))
7zIn.c 914 dest[i] = GetUi16(src + i * 2);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 14 #define Get16(p) GetUi16(p)
    [all...]

Completed in 414 milliseconds