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

/vbox/src/VBox/Storage/
H A DQED.cpp747 DECLINLINE(uint64_t) qedByte2Cluster(PQEDIMAGE pImage, uint64_t cb) function
1048 offClusterStart = qedByte2Cluster(pImage, pHeader->u64OffL1Table);
1069 offClusterStart = qedByte2Cluster(pImage, paL1Tbl[iL1]);
1105 offClusterStart = qedByte2Cluster(pImage, paL2Tbl[iL2]);
1917 offL2Tbl = qedClusterAllocate(pImage, qedByte2Cluster(pImage, pImage->cbTable));
2593 if (qedByte2Cluster(pImage, pImage->cbTable)*pImage->cTableEntries*pImage->cTableEntries*pImage->cbCluster < cbSize)

Completed in 51 milliseconds