Searched refs:Get32 (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 18 #define Get32(x) GetUi32(x) macro 310 UInt32 v0 = Get32(p + 8); in ParseSid() 318 UInt32 v1 = Get32(p + 12); in ParseSid() 328 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid() 342 for (j = 0; j < 5 && sn.n[j] == Get32(p + 8 + 4 + j * 4); j++); in ParseSid() 368 ConvertUInt32ToString(Get32(p + 8 + i * 4), sz); in ParseSid() 396 UInt32 pos = Get32(p + offset); in ParseAcl() 407 UInt32 num = Get32(p + 4); in ParseAcl() 472 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString() 474 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString() [all …]
|
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 72 #define Get32(p) GetUi32(p) macro 201 Tag = Get32(p); in Parse() 238 Flags = Get32(p); in Parse() 260 UInt32 Tag = Get32(p); in Parse()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 21 #define Get32(p) GetUi32(p) macro 229 UInt32 res = Get32(_buffer + _pos); in ReadUInt32() 248 return CrcCalc(p + 12, 20) == Get32(p + 8); in TestSignature() 255 if (CrcCalc(p + 12, 20) == Get32(p + 8)) in TestSignature2() 1489 UInt32 nextHeaderCRC = Get32(_header + 28); in ReadDatabase2() 1492 UInt32 crcFromArc = Get32(_header + 8); in ReadDatabase2()
|
D | 7zUpdate.cpp | 128 static UInt32 Get32(const Byte *p, Bool be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32() function 213 switch (Get32(buf + 4, be)) in Parse_MACH() 224 numCommands = Get32(buf + 0x10, be); in Parse_MACH() 225 commandsSize = Get32(buf + 0x14, be); in Parse_MACH()
|