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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp42 ULONG uWeight; member in struct:__anon16517
56 ULONG uWeight; member in struct:__anon16519
189 mt.uWeight += uMaxWeight;
193 uTotalWeight += mt.uWeight;
197 uMaxWeight = RT_MAX(uMaxWeight, mt.uWeight);
219 sst.uWeight = (ULONG)(2 * (cbSize + _1M - 1) / _1M);
222 uTotalWeight += sst.uWeight;
300 mt.uWeight = 0; /* dummy */
302 mt.uWeight = (ULONG)((lSize + _1M - 1) / _1M);
403 mt.uWeight
[all...]

Completed in 46 milliseconds