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

/vbox/src/VBox/Storage/
H A DQCOW.cpp785 * @param cClusters The clusters to convert.
787 DECLINLINE(uint64_t) qcowCluster2Byte(PQCOWIMAGE pImage, uint64_t cClusters) argument
789 return cClusters * pImage->cbCluster;
811 DECLINLINE(uint64_t) qcowClusterAllocate(PQCOWIMAGE pImage, uint32_t cClusters) argument
816 pImage->offNextCluster += cClusters*pImage->cbCluster;
H A DQED.cpp733 * @param cClusters The clusters to convert.
735 DECLINLINE(uint64_t) qedCluster2Byte(PQEDIMAGE pImage, uint64_t cClusters) argument
737 return cClusters * pImage->cbCluster;
759 DECLINLINE(uint64_t) qedClusterAllocate(PQEDIMAGE pImage, uint32_t cClusters) argument
764 pImage->cbImage += cClusters*pImage->cbCluster;

Completed in 53 milliseconds