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

/vbox/src/VBox/Storage/
H A DVDI.cpp1246 uint32_t uSectorCur = 0; local
1256 while (uSectorCur < cSectors)
1258 int idxSet = ASMBitFirstSet((uint8_t *)pvData + uSectorCur * 512, (uint32_t)cbData * 8);
1263 ASMBitSet(pbmAllocationBitmap, uSectorCur + idxSectorAlloc);
1265 uSectorCur += idxSectorAlloc + 1;

Completed in 50 milliseconds