Home | History | Annotate | Download | only in android

Lines Matching defs:MiB

266 	const size_t	MiB		= (size_t)(1<<20);
272 print("Device has at least %.2f MiB total system memory per Android CDD\n", double(cddRequiredSize) / double(MiB));
279 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB;
282 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB));
321 const size_t MiB = (size_t)(1<<20);
322 const size_t baseMemUsage = 400*MiB;
325 limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB);