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

/vbox/src/VBox/Storage/
H A DVMDK.cpp3749 uint64_t cSectorsPerGDE, cSectorsPerGD; local
3757 cSectorsPerGD = (pExtent->cGDEntries + (512 / sizeof(uint32_t) - 1)) / (512 / sizeof(uint32_t));
3894 uint64_t cSectorsPerGDE, cSectorsPerGD; local
3902 cSectorsPerGD = (pExtent->cGDEntries + (512 / sizeof(uint32_t) - 1)) / (512 / sizeof(uint32_t));

Completed in 109 milliseconds