Home
last modified time | relevance | path

Searched refs:GetUi16 (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
DCpuArch.h65 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) macro
74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
D7zArcIn.c1789 dest[i] = GetUi16(src + i * 2); in SzArEx_GetFileNameUtf16()
/external/lzma/CPP/Common/
DListFileUtils.cpp55 wchar_t c = GetUi16(buf + i * 2); in ReadNamesFromListFile()
/external/lzma/CPP/Windows/
DFileLink.cpp71 #define Get16(p) GetUi16(p)
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp18 #define Get16(x) GetUi16(x)
DOpenArchive.cpp591 wchar_t c = GetUi16(p); in GetItemPath()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp20 #define Get16(p) GetUi16(p)