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

/external/stressapptest/src/
H A Dos.cc251 if (regionsize_ < 512 * kMegabyte)
252 regionsize_ = 512 * kMegabyte;
347 int64 hugepagesize = FindHugePages() * 2 * kMegabyte;
364 } else if (physsize < 2048LL * kMegabyte) {
367 minsize = ((pages * 95) / 100) * pagesize - (192 * kMegabyte);
375 hugepagesize / kMegabyte,
376 minsize / kMegabyte);
390 physsize / kMegabyte,
391 avphyssize / kMegabyte,
392 hugepagesize / kMegabyte,
[all...]
H A Dsattypes.h191 static const int kMegabyte = (1024LL*1024LL); variable
H A Dsat.cc136 size_mb_ = os_->FindFreeMemSize() / kMegabyte;
137 size_ = static_cast<int64>(size_mb_) * kMegabyte;
177 size_ = size_mb_ * kMegabyte;
574 os_->SetMinimumHugepagesSize(min_hugepages_mbytes_ * kMegabyte);
603 static_cast<int>(size_/kMegabyte),
642 size_ = size_mb_ * kMegabyte;
938 size_ = static_cast<int64>(size_mb_) * kMegabyte;
H A Dworker.h668 blocks_read_ * read_block_size_) / kMegabyte;}
H A Dworker.cc887 return pages_copied_ * sat_->page_length() / kMegabyte;
/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc240 const SIZE_T kMegabyte = 1024 * 1024; local
257 free->largest = largest.RegionSize / kMegabyte;
259 free->total = accumulated / kMegabyte;
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader.cc37 static const int kMegabyte = 1024 * 1024; member in namespace:content
42 static const int kMinBufferCapacity = 2 * kMegabyte;
47 static const int kMaxBufferCapacity = 20 * kMegabyte;
53 static const int kForwardWaitThreshold = 2 * kMegabyte;
62 static const int kMaxBitrate = 20 * kMegabyte * 8; // 20 Mbps.

Completed in 380 milliseconds