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

/vbox/src/VBox/Storage/
H A DVDI.cpp1258 int idxSet = ASMBitFirstSet((uint8_t *)pvData + uSectorCur * 512, (uint32_t)cbData * 8); local
1260 if (idxSet != -1)
1262 unsigned idxSectorAlloc = idxSet / 8 / 512;

Completed in 51 milliseconds