Home | History | Annotate | Download | only in base

Lines Matching defs:MB

95   const int64 MB = 1024 * KB;
96 const int64 GB = 1024 * MB;
105 unit_multiplier = MB;
125 // a typical android device will never have less than 48MB.
126 const int64 MB = 1024 * 1024;
133 result = std::min<int64>(std::max<int64>(32 * MB, result), 1024 * MB) / MB;
142 // a typical android device will never have less than 24MB.
143 const int64 MB = 1024 * 1024;
150 result = std::min<int64>(std::max<int64>(16 * MB, result), 512 * MB) / MB;