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

/vbox/src/VBox/Storage/
H A DVHD.cpp200 uint32_t idxBatAllocated; member in struct:VHDIMAGEEXPAND
626 pImage->pBlockAllocationTable[pExpand->idxBatAllocated] = RT_BE2H_U32(pExpand->idxBlockBe);
638 pImage->pBlockAllocationTable[pExpand->idxBatAllocated] = ~0U;
647 + pExpand->idxBatAllocated * sizeof(uint32_t),
648 &pImage->pBlockAllocationTable[pExpand->idxBatAllocated],
1666 pExpand->idxBatAllocated = cBlockAllocationTableEntry;

Completed in 53 milliseconds