Home | History | Annotate | Download | only in base

Lines Matching defs:MB

53   const int64 MB = 1024 * KB;
54 const int64 GB = 1024 * MB;
63 unit_multiplier = MB;
83 // a typical android device will never have less than 48MB.
84 const int64 MB = 1024 * 1024;
91 result = std::min<int64>(std::max<int64>(32 * MB, result), 1024 * MB) / MB;
100 // a typical android device will never have less than 24MB.
101 const int64 MB = 1024 * 1024;
108 result = std::min<int64>(std::max<int64>(16 * MB, result), 512 * MB) / MB;