Home
last modified time | relevance | path

Searched refs:Get16 (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileLink.cpp71 #define Get16(p) GetUi16(p) macro
188 wchar_t c = Get16(p + i * 2); in GetString()
202 UInt32 len = Get16(p + 4); in Parse()
215 if (Get16(p + 6) != 0) // padding in Parse()
226 unsigned subOffs = Get16(p); in Parse()
227 unsigned subLen = Get16(p + 2); in Parse()
228 unsigned printOffs = Get16(p + 4); in Parse()
229 unsigned printLen = Get16(p + 6); in Parse()
261 UInt32 len = Get16(p + 4); in Parse()
274 if (Get16(p + 6) != 0) // padding in Parse()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp17 #define Get16(x) GetUi16(x) macro
393 UInt32 control = Get16(p + 2); in ParseAcl()
405 if (Get16(p) != 2) // revision in ParseAcl()
467 if (Get16(data) != 1) // revision in ConvertNtSecureToString()
501 UInt32 control = Get16(p + 2); in CheckAcl()
511 UInt32 aclSize = Get16(p + 2); in CheckAcl()
519 if (Get16(data) != 1) // revision in CheckNtSecure()
552 UInt32 len = Get16(data + 4); in ConvertNtReparseToString()
555 if (Get16(data + 6) != 0) // padding in ConvertNtReparseToString()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp20 #define Get16(p) GetUi16(p) macro
471 *s = Get16(p); in GetPath()
500 wchar_t c = Get16(p); in GetPath_Prop()
D7zUpdate.cpp127 static UInt16 Get16(const Byte *p, Bool be) { if (be) return (UInt16)GetBe16(p); return (UInt16)Get… in Get16() function
156 switch (Get16(buf + 0x12, be)) in Parse_ELF()