Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DMbrHandler.cpp45 UInt32 GetCyl() const { return ((UInt32)SectCyl >> 6 << 8) | Cyl8; } in GetCyl() function
61 RINOZ(MyCompare(c1.GetCyl(), c2.GetCyl())); in CompareChs()
76 AddUIntToString(GetCyl(), s); in ToString()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DMbrHandler.cpp42 UInt32 GetCyl() const { return ((UInt32)SectCyl >> 6 << 8) | Cyl8; } in GetCyl() function
69 s.Add_UInt32(GetCyl()); in ToString()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DMbrHandler.cpp42 UInt32 GetCyl() const { return ((UInt32)SectCyl >> 6 << 8) | Cyl8; } in GetCyl() function
69 s.Add_UInt32(GetCyl()); in ToString()