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

/vbox/src/VBox/Storage/
H A DVDICore.h241 #define VDI_DATA_ALIGN _1M macro
H A DVDI.cpp535 uint32_t cbDataAlign = VDI_DATA_ALIGN;
555 rc = VDCFGQueryU32Def(pIfCfg, "DataAlignment", &cbDataAlign, VDI_DATA_ALIGN);
2683 uint64_t offStartDataNew = RT_ALIGN_32(pImage->offStartBlocks + cbBlockspaceNew, VDI_DATA_ALIGN); /** < New start offset for block data after the resize */

Completed in 79 milliseconds