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()
203 UInt32 len = Get16(p + 4); in Parse()
218 if (Get16(p + 6) != 0) // padding in Parse()
229 unsigned subOffs = Get16(p); in Parse()
230 unsigned subLen = Get16(p + 2); in Parse()
231 unsigned printOffs = Get16(p + 4); in Parse()
232 unsigned printLen = Get16(p + 6); in Parse()
265 UInt32 len = Get16(p + 4); in Parse()
278 if (Get16(p + 6) != 0) // padding in Parse()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp17 #define Get16(x) GetUi16(x) macro
431 UInt32 control = Get16(p + 2); in ParseAcl()
443 if (Get16(p) != 2) // revision in ParseAcl()
505 if (Get16(data) != 1) // revision in ConvertNtSecureToString()
539 UInt32 control = Get16(p + 2); in CheckAcl()
549 UInt32 aclSize = Get16(p + 2); in CheckAcl()
557 if (Get16(data) != 1) // revision in CheckNtSecure()
617 UInt32 len = Get16(data + 4); in ConvertNtReparseToString()
620 if (Get16(data + 6) != 0) // padding in ConvertNtReparseToString()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp20 #define Get16(p) GetUi16(p) macro
487 *s = Get16(p); in GetPath()
516 wchar_t c = Get16(p); in GetPath_Prop()
D7zUpdate.cpp127 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16() function
156 switch (Get16(buf + 0x12, be)) in Parse_ELF()