Searched defs:CChs (Results 1 – 1 of 1) sorted by relevance
40 struct CChs struct42 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()