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

/vbox/src/VBox/Storage/
H A DQED.cpp735 DECLINLINE(uint64_t) qedCluster2Byte(PQEDIMAGE pImage, uint64_t cClusters) function
1346 pImage->cbTable = qedCluster2Byte(pImage, QED_TABLE_SIZE_DEFAULT);
1348 pImage->offL1Table = qedCluster2Byte(pImage, 1); /* Cluster 0 is the header. */

Completed in 52 milliseconds