Searched refs:kKilobyte (Results 1 – 3 of 3) sorted by relevance
40 static constexpr size_t kKilobyte = 1024; variable41 static constexpr size_t kMegabyte = 1024 * kKilobyte;
429 const size_t BUFFER_SIZE = 64 * kKilobyte; in WriteFeatureSections()
256 return size * kKilobyte; in GetMemorySize()