Home
last modified time | relevance | path

Searched defs:CChs (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DMbrHandler.cpp40 struct CChs struct
42 Byte Head;
43 Byte SectCyl;
44 Byte Cyl8;
46 UInt32 GetSector() const { return SectCyl & 0x3F; } in GetSector()
47 UInt32 GetCyl() const { return ((UInt32)SectCyl >> 6 << 8) | Cyl8; } in GetCyl()
50 void Parse(const Byte *p) in Parse()
56 bool Check() const { return GetSector() > 0; } in Check()