Searched refs:Get32 (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 18 #define Get32(x) GetUi32(x) macro 360 UInt32 v0 = Get32(p + 8); in ParseSid() 368 UInt32 v1 = Get32(p + 12); in ParseSid() 378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid() 392 for (j = 0; j < 5 && sn.n[j] == Get32(p + 8 + 4 + j * 4); j++); in ParseSid() 414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid() 434 UInt32 pos = Get32(p + offset); in ParseAcl() 445 UInt32 num = Get32(p + 4); in ParseAcl() 510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString() 512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString() [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBDataRef.cpp | 64 uint32_t DNBDataRef::Get32(offset_t *offset_ptr) const { in Get32() function in DNBDataRef 106 return Get32(offset_ptr); in GetMax32() 128 return Get32(offset_ptr); in GetMax64() 295 format ? format : " %8.8x", Get32(&offset)); in Dump()
|
D | DNBDataRef.h | 91 uint32_t Get32(offset_t *offset_ptr) const;
|
D | RNBRemote.cpp | 6129 aii.version = data.Get32(&offset); in GetMachHeaderForMainExecutable() 6130 aii.dylib_info_count = data.Get32(&offset); in GetMachHeaderForMainExecutable() 6408 uint32_t argc = data.Get32(&offset); in HandlePacket_qProcessInfo()
|
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 72 #define Get32(p) GetUi32(p) macro 202 Tag = Get32(p); in Parse() 241 Flags = Get32(p); in Parse() 264 UInt32 Tag = Get32(p); in Parse()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 21 #define Get32(p) GetUi32(p) macro 245 UInt32 res = Get32(_buffer + _pos); in ReadUInt32() 264 return CrcCalc(p + 12, 20) == Get32(p + 8); in TestSignature() 271 if (CrcCalc(p + 12, 20) == Get32(p + 8)) in TestSignature2() 1511 UInt32 nextHeaderCRC = Get32(_header + 28); in ReadDatabase2() 1514 UInt32 crcFromArc = Get32(_header + 8); in ReadDatabase2()
|
D | 7zUpdate.cpp | 128 static UInt32 Get32(const Byte *p, BoolInt 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()
|