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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2913 quint64 needBits = 0; local
2917 needBits += (screenSize.at(i) * /* with x height */
2923 quint64 needMBytes = needBits % (8 * _1M) ? needBits / (8 * _1M) + 1 :
2924 needBits / (8 * _1M) /* convert to megabytes */;

Completed in 58 milliseconds