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

/vbox/src/VBox/Storage/
H A DVDI.cpp2681 uint32_t cBlocksOld = getImageBlocks(&pImage->Header); /** < Number of blocks before the resize. */ local
2728 for (unsigned idxBlock = 0; idxBlock < cBlocksOld; idxBlock++)
2767 for (unsigned idxBlock2 = 0; idxBlock2 < cBlocksOld; idxBlock2++)
2811 for (unsigned idxBlock = cBlocksOld; idxBlock < cBlocksNew; idxBlock++)
H A DVHD.cpp2700 uint32_t cBlocksOld = pImage->cBlockAllocationTableEntries; /** < Number of blocks before the resize. */ local
2760 for (unsigned idxBlock = 0; idxBlock < cBlocksOld; idxBlock++)
2816 for (unsigned idxBlock = cBlocksOld; idxBlock < cBlocksNew; idxBlock++)

Completed in 59 milliseconds