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

/vbox/src/VBox/Storage/
H A DVDI.cpp1262 unsigned idxSectorAlloc = idxSet / 8 / 512; local
1263 ASMBitSet(pbmAllocationBitmap, uSectorCur + idxSectorAlloc);
1265 uSectorCur += idxSectorAlloc + 1;
1266 cbData -= (idxSectorAlloc + 1) * 512;

Completed in 52 milliseconds