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

/vbox/src/VBox/Storage/
H A DVMDK.cpp1100 size_t cbGT = pExtent->cGTEntries * sizeof(uint32_t); local
1101 size_t cbGTBuffers = cbGT; /* Start with space for one GT. */
1120 size_t cbGTRead = cbGT;
1170 cbGTRead += cbGT;
1195 i -= cbGTRead / cbGT;
1196 cbGTRead = cbGT;

Completed in 67 milliseconds