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

/external/stressapptest/src/
H A Dsattypes.h191 static const int kMegabyte = (1024LL*1024LL); variable
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.cc31 static const size_t kMegabyte = 1024 * 1024; member in namespace:webkit_glue
34 static const size_t kBackwardCapcity = 2 * kMegabyte;
37 static const size_t kForwardCapacity = 10 * kMegabyte;
45 static const int kForwardWaitThreshold = 2 * kMegabyte;
/external/chromium/base/
H A Dprocess_util_win.cc793 const SIZE_T kMegabyte = 1024 * 1024; local
811 free->largest = largest.RegionSize / kMegabyte;
813 free->total = accumulated / kMegabyte;

Completed in 91 milliseconds