Home
last modified time | relevance | path

Searched refs:SectorSizeLog (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DFatHandler.cpp51 Byte SectorSizeLog; member
74 UInt64 GetPhySize() const { return (UInt64)NumSectors << SectorSizeLog; } in GetPhySize()
75 UInt32 SectorSize() const { return (UInt32)1 << SectorSizeLog; } in SectorSize()
128 SectorSizeLog = (Byte)s; in Parse()
133 ClusterSizeLog = SectorSizeLog + SectorsPerClusterLog; in Parse()
157 UInt32 mask = (1 << (SectorSizeLog - 5)) - 1; in Parse()
160 NumRootDirSectors = (numRootDirEntries + mask) >> (SectorSizeLog - 5); in Parse()
364 UInt64 numTotalBytes = (Header.CalcFatSizeInSectors() << Header.SectorSizeLog) + in OpenProgressFat()
614 UInt32 readSize = Header.SizeToSectors(size * 4) << Header.SectorSizeLog; in Open()
694 streamSpec->StartOffset = Header.DataSector << Header.SectorSizeLog; in GetStream()
[all …]
H A DNtfsHandler.cpp60 Byte SectorSizeLog; member
103 SectorSizeLog = (Byte)s; in Parse()
108 ClusterSizeLog = SectorSizeLog + sectorsPerClusterLog; in Parse()
1244 if (recSizeLog < Header.SectorSizeLog) in Open()
1246 numSectorsInRec = 1 << (recSizeLog - Header.SectorSizeLog); in Open()
1247 if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, NULL, 0)) in Open()
1298 if (!rec.Parse(p, Header.SectorSizeLog, numSectorsInRec, (UInt32)Recs.Size(), in Open()
1527 case kpidSectorSize: prop = (UInt32)1 << Header.SectorSizeLog; break; in GetArchiveProperty()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DFatHandler.cpp51 Byte SectorSizeLog; member
74 UInt64 GetPhySize() const { return (UInt64)NumSectors << SectorSizeLog; } in GetPhySize()
75 UInt32 SectorSize() const { return (UInt32)1 << SectorSizeLog; } in SectorSize()
141 SectorSizeLog = (Byte)s; in Parse()
150 ClusterSizeLog = (Byte)(SectorSizeLog + SectorsPerClusterLog); in Parse()
180 UInt32 mask = (1 << (SectorSizeLog - 5)) - 1; in Parse()
183 NumRootDirSectors = (numRootDirEntries + mask) >> (SectorSizeLog - 5); in Parse()
409 UInt64 numTotalBytes = (Header.CalcFatSizeInSectors() << Header.SectorSizeLog) + in OpenProgressFat()
680 UInt32 readSize = Header.SizeToSectors(size * 4) << Header.SectorSizeLog; in Open()
763 streamSpec->StartOffset = Header.DataSector << Header.SectorSizeLog; in GetStream()
[all …]
H A DNtfsHandler.cpp72 unsigned SectorSizeLog; member
84 UInt64 GetPhySize_Max() const { return (NumSectors + 1) << SectorSizeLog; } in GetPhySize_Max()
117 SectorSizeLog = t; in Parse()
122 ClusterSizeLog = SectorSizeLog + sectorsPerClusterLog; in Parse()
154 if (NumSectors >= ((UInt64)1 << (62 - SectorSizeLog))) in Parse()
1701 RINOK(InStream->Seek(Header.NumSectors << Header.SectorSizeLog, STREAM_SEEK_SET, NULL)); in Open()
1726 if (t < (int)Header.SectorSizeLog) in Open()
1733 numSectorsInRec = 1 << (RecSizeLog - Header.SectorSizeLog); in Open()
1734 if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, 0, NULL)) in Open()
1807 if (!rec.Parse(p, Header.SectorSizeLog, numSectorsInRec, (UInt32)Recs.Size(), attrs)) in Open()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DFatHandler.cpp51 Byte SectorSizeLog; member
74 UInt64 GetPhySize() const { return (UInt64)NumSectors << SectorSizeLog; } in GetPhySize()
75 UInt32 SectorSize() const { return (UInt32)1 << SectorSizeLog; } in SectorSize()
141 SectorSizeLog = (Byte)s; in Parse()
150 ClusterSizeLog = (Byte)(SectorSizeLog + SectorsPerClusterLog); in Parse()
181 UInt32 mask = (1 << (SectorSizeLog - 5)) - 1; in Parse()
184 NumRootDirSectors = (numRootDirEntries + mask) >> (SectorSizeLog - 5); in Parse()
410 UInt64 numTotalBytes = (Header.CalcFatSizeInSectors() << Header.SectorSizeLog) + in OpenProgressFat()
681 UInt32 readSize = Header.SizeToSectors(size * 4) << Header.SectorSizeLog; in Open()
770 streamSpec->StartOffset = Header.DataSector << Header.SectorSizeLog; in GetStream()
[all …]
H A DNtfsHandler.cpp72 unsigned SectorSizeLog; member
84 UInt64 GetPhySize_Max() const { return (NumSectors + 1) << SectorSizeLog; } in GetPhySize_Max()
117 SectorSizeLog = t; in Parse()
122 ClusterSizeLog = SectorSizeLog + sectorsPerClusterLog; in Parse()
154 if (NumSectors >= ((UInt64)1 << (62 - SectorSizeLog))) in Parse()
1720 RINOK(InStream->Seek(Header.NumSectors << Header.SectorSizeLog, STREAM_SEEK_SET, NULL)); in Open()
1745 if (t < (int)Header.SectorSizeLog) in Open()
1752 numSectorsInRec = 1 << (RecSizeLog - Header.SectorSizeLog); in Open()
1753 if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, 0, NULL)) in Open()
1826 if (!rec.Parse(p, Header.SectorSizeLog, numSectorsInRec, (UInt32)Recs.Size(), attrs)) in Open()
[all …]