Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Com/
H A DComIn.cpp245 UInt32 numSectorsForBat = Get32(p + 0x48); in Open() local
247 UInt32 numBatItems = kNumHeaderBatItems + (numSectorsForBat << ssb2); in Open()
248 …mBatItems < kNumHeaderBatItems || ((numBatItems - kNumHeaderBatItems) >> ssb2) != numSectorsForBat) in Open()
256 for (UInt32 s = 0; s < numSectorsForBat; s++) in Open()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DComHandler.cpp452 UInt32 numSectorsForBat = Get32(p + 0x48); // master sector allocation table in Open() local
454 UInt32 numBatItems = kNumHeaderBatItems + (numSectorsForBat << ssb2); in Open()
455 …mBatItems < kNumHeaderBatItems || ((numBatItems - kNumHeaderBatItems) >> ssb2) != numSectorsForBat) in Open()
462 for (UInt32 s = 0; s < numSectorsForBat; s++) in Open()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DComHandler.cpp452 UInt32 numSectorsForBat = Get32(p + 0x48); // master sector allocation table in Open() local
454 UInt32 numBatItems = kNumHeaderBatItems + (numSectorsForBat << ssb2); in Open()
455 …mBatItems < kNumHeaderBatItems || ((numBatItems - kNumHeaderBatItems) >> ssb2) != numSectorsForBat) in Open()
462 for (UInt32 s = 0; s < numSectorsForBat; s++) in Open()