Searched refs:kcMbMemoryRounding (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py80 kcMbMemoryRounding = 4 variable in class:TestBoxScript
550 cMbMemory = long(math.floor(cMbMemory / self.kcMbMemoryRounding)) * self.kcMbMemoryRounding;

Completed in 1160 milliseconds