HomeSort by relevance Sort by last modified time
    Searched refs:kMegabyte (Results 1 - 6 of 6) sorted by null

  /external/stressapptest/src/
os.cc 251 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...]
sattypes.h 191 static const int kMegabyte = (1024LL*1024LL);
sat.cc 136 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;
    [all...]
worker.h 668 blocks_read_ * read_block_size_) / kMegabyte;}
worker.cc 887 return pages_copied_ * sat_->page_length() / kMegabyte;
    [all...]
  /external/chromium_org/media/blink/
buffered_resource_loader.cc 36 static const int kMegabyte = 1024 * 1024;
41 static const int kMinBufferCapacity = 2 * kMegabyte;
46 static const int kMaxBufferCapacity = 20 * kMegabyte;
52 static const int kForwardWaitThreshold = 2 * kMegabyte;
61 static const int kMaxBitrate = 20 * kMegabyte * 8; // 20 Mbps.

Completed in 2552 milliseconds