Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileLink.cpp71 #define Get16(p) GetUi16(p) macro
182 s[i] = Get16(p + i * 2); in GetString()
192 UInt32 len = Get16(p + 4); in Parse()
205 if (Get16(p + 6) != 0) // padding in Parse()
216 unsigned subOffs = Get16(p); in Parse()
217 unsigned subLen = Get16(p + 2); in Parse()
218 unsigned printOffs = Get16(p + 4); in Parse()
219 unsigned printLen = Get16(p + 6); in Parse()
251 UInt32 len = Get16(p + 4); in Parse()
264 if (Get16(p + 6) != 0) // padding in Parse()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp18 #define Get16(x) GetUi16(x) macro
374 UInt32 control = Get16(p + 2); in ParseAcl()
386 if (Get16(p) != 2) // revision in ParseAcl()
446 if (Get16(data) != 1) // revision in ConvertNtSecureToString()
480 UInt32 control = Get16(p + 2); in CheckAcl()
490 UInt32 aclSize = Get16(p + 2); in CheckAcl()
498 if (Get16(data) != 1) // revision in CheckNtSecure()
531 UInt32 len = Get16(data + 4); in ConvertNtReparseToString()
534 if (Get16(data + 6) != 0) // padding in ConvertNtReparseToString()
/external/lldb/tools/debugserver/source/
DDNBDataRef.cpp81 DNBDataRef::Get16(offset_t *offset_ptr) const in Get16() function in DNBDataRef
153 case 2: return Get16(offset_ptr); break; in GetMax32()
175 case 2: return Get16(offset_ptr); break; in GetMax64()
373 …r + str_offset, sizeof(str) - str_offset, format ? format : " %4.4x", Get16(&offset)); break; in Dump()
DDNBDataRef.h94 uint16_t Get16(offset_t *offset_ptr) const;
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp20 #define Get16(p) GetUi16(p) macro
529 *s = Get16(p); in GetPath()
558 wchar_t c = Get16(p); in GetPath_Prop()