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

/vbox/src/VBox/Storage/
H A DVMDK.cpp1315 uint64_t uOffsetSectors; local
1319 uOffsetSectors = pExtent->uSectorRGD + VMDK_BYTE2SECTOR(cbGDRounded);
1322 pExtent->pRGD[i] = uOffsetSectors;
1323 uGTSectorLE = RT_H2LE_U64(uOffsetSectors);
1333 uOffsetSectors += VMDK_BYTE2SECTOR(pExtent->cGTEntries * sizeof(uint32_t));
1337 uOffsetSectors = pExtent->uSectorGD + VMDK_BYTE2SECTOR(cbGDRounded);
1340 pExtent->pGD[i] = uOffsetSectors;
1341 uGTSectorLE = RT_H2LE_U64(uOffsetSectors);
1351 uOffsetSectors += VMDK_BYTE2SECTOR(pExtent->cGTEntries * sizeof(uint32_t));

Completed in 104 milliseconds