Searched defs:u64TotalSectors (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVHD.cpp937 uint64_t u64TotalSectors = cbSize / VHD_SECTOR_SIZE; local
940 if (u64TotalSectors > 65535 * 16 * 255)
943 u64TotalSectors = 65535 * 16 * 255;
946 if (u64TotalSectors >= 65535 * 16 * 63)
950 u32CylinderTimesHeads = u64TotalSectors / u32SectorsPerTrack;
955 u32CylinderTimesHeads = u64TotalSectors / u32SectorsPerTrack;
967 u32CylinderTimesHeads = u64TotalSectors / u32SectorsPerTrack;
973 u32CylinderTimesHeads = u64TotalSectors / u32SectorsPerTrack;

Completed in 53 milliseconds