Searched defs:kMegabyte (Results 1 – 2 of 2) sorted by relevance
239 static const int kMegabyte = (1024LL*1024LL); variable
41 static constexpr size_t kMegabyte = 1024 * kKilobyte; variable