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

/vbox/src/VBox/Storage/
H A DVD.cpp1226 uint32_t idxStart = 0; local
1228 bool fAllocated = ASMBitTest(pBlock->pbmAllocated, idxStart);
1239 idxEnd = ASMBitNextClear(pBlock->pbmAllocated, cSectors, idxStart);
1242 cbThis = (idxEnd - idxStart) * 512;
1249 idxEnd = ASMBitNextSet(pBlock->pbmAllocated, cSectors, idxStart);
1251 cbThis = (idxEnd - idxStart) * 512;
1267 idxStart = idxEnd;
1336 int32_t idxStart, idxEnd; local
1343 idxStart = (uOffset - pBlock->Core.Key) / 512;
1344 idxEnd = idxStart
3242 uint32_t idxStart = 0; local
3454 int32_t idxStart, idxEnd; local
[all...]

Completed in 66 milliseconds