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

/vbox/src/VBox/Storage/
H A DVHDX.cpp1921 uint32_t idxBat = (uint32_t)(uOffset / pImage->cbBlock); Assert(idxBat == uOffset / pImage->cbBlock); local
1925 idxBat += idxBat / pImage->uChunkRatio; /* Add interleaving sector bitmap entries. */
1926 uBatEntry = pImage->paBat[idxBat].u64BatEntry;

Completed in 50 milliseconds