Searched refs:getImageBlocks (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/
H A DVDI.cpp415 if (getImageDataOffset(pHeader) < (getImageBlocksOffset(pHeader) + getImageBlocks(pHeader) * sizeof(VDIIMAGEBLOCKPOINTER)))
418 getImageDataOffset(pHeader), getImageBlocksOffset(pHeader) + getImageBlocks(pHeader) * sizeof(VDIIMAGEBLOCKPOINTER)));
456 || getImageBlocks(pHeader) == 0
461 getImageBlocks(pHeader), getPowerOfTwo(getImageBlockSize(pHeader))));
465 if (getImageBlocksAllocated(pHeader) > getImageBlocks(pHeader))
469 getImageBlocksAllocated(pHeader), getImageBlocks(pHeader),
482 if ((uint64_t)getImageBlockSize(pHeader) * getImageBlocks(pHeader) < getImageDiskSize(pHeader))
485 getImageBlockSize(pHeader), getImageBlocks(pHeader), getImageDiskSize(pHeader)));
576 pImage->paBlocks = (PVDIIMAGEBLOCKPOINTER)RTMemAlloc(sizeof(VDIIMAGEBLOCKPOINTER) * getImageBlocks(&pImage->Header));
613 + (uint64_t)getImageBlocks(
[all...]
H A DVDICore.h427 DECLINLINE(unsigned) getImageBlocks(PVDIHEADER ph) function

Completed in 54 milliseconds