Home
last modified time | relevance | path

Searched refs:NodeSizeLog (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Hfs/
H A DHfsIn.cpp142 int NodeSizeLog; member
169 NodeSizeLog = i; in Parse()
279 if ((catalogBuf.GetCapacity() >> hr.NodeSizeLog) < hr.TotalNodes) in LoadCatalog()
295 size_t nodeOffset = (size_t)node << hr.NodeSizeLog; in LoadCatalog()
302 UInt32 nodeSize = (1 << hr.NodeSizeLog); in LoadCatalog()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DHfsHandler.cpp520 unsigned NodeSizeLog; member
550 NodeSizeLog = i; in Parse2()
565 if ((buf.Size() >> NodeSizeLog) < TotalNodes) in Parse2()
609 const size_t nodeOffset = (size_t)node << hr.NodeSizeLog; in LoadExtentFile()
611 if (!desc.Parse(p + nodeOffset, hr.NodeSizeLog)) in LoadExtentFile()
620 const UInt32 nodeSize = (1 << hr.NodeSizeLog); in LoadExtentFile()
749 const size_t nodeOffset = (size_t)node << hr.NodeSizeLog; in LoadAttrs()
751 if (!desc.Parse(p + nodeOffset, hr.NodeSizeLog)) in LoadAttrs()
758 const UInt32 nodeSize = (1 << hr.NodeSizeLog); in LoadAttrs()
930 if (!desc.Parse(p + nodeOffset, hr.NodeSizeLog)) in LoadCatalog()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DHfsHandler.cpp489 unsigned NodeSizeLog; member
519 NodeSizeLog = i; in Parse2()
534 if ((buf.Size() >> NodeSizeLog) < TotalNodes) in Parse2()
578 size_t nodeOffset = (size_t)node << hr.NodeSizeLog; in LoadExtentFile()
581 if (!desc.CheckNumRecords(hr.NodeSizeLog)) in LoadExtentFile()
590 const UInt32 nodeSize = (UInt32)1 << hr.NodeSizeLog; in LoadExtentFile()
721 size_t nodeOffset = (size_t)node << hr.NodeSizeLog; in LoadAttrs()
724 if (!desc.CheckNumRecords(hr.NodeSizeLog)) in LoadAttrs()
731 const UInt32 nodeSize = (1 << hr.NodeSizeLog); in LoadAttrs()
902 if (!desc.CheckNumRecords(hr.NodeSizeLog)) in LoadCatalog()
[all …]