Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.h104 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) macro
114 #define GetUi16(p) ( (UInt16) ( \
D7zArcIn.c1721 dest[i] = GetUi16(src + i * 2); in SzArEx_GetFileNameUtf16()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp63 if (size < 512 || GetUi16(buf) != MZ_SIG) in Parse_EXE()
77 switch (GetUi16(p)) in Parse_EXE()
97 optHeaderSize = GetUi16(p + 16); in Parse_EXE()
103 switch (GetUi16(p)) in Parse_EXE()
127 …t16 Get16(const Byte *p, Bool be) { if (be) return (UInt16)GetBe16(p); return (UInt16)GetUi16(p); } in Get16()
254 if (subChunkSize < 0x10 || subChunkSize > 0x12 || GetUi16(buf + 0x14) != 1) in Parse_WAV()
257 unsigned numChannels = GetUi16(buf + 0x16); in Parse_WAV()
258 unsigned bitsPerSample = GetUi16(buf + 0x22); in Parse_WAV()
D7zIn.cpp20 #define Get16(p) GetUi16(p)
/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.cpp17 #define Get16(x) GetUi16(x)
DOpenArchive.cpp624 wchar_t c = GetUi16(p); in GetItemPath()