OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMegabyte
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/process/
process_metrics_win.cc
240
const SIZE_T
kMegabyte
= 1024 * 1024;
257
free->largest = largest.RegionSize /
kMegabyte
;
259
free->total = accumulated /
kMegabyte
;
/external/stressapptest/src/
sattypes.h
191
static const int
kMegabyte
= (1024LL*1024LL);
/external/chromium_org/content/renderer/media/
buffered_resource_loader.cc
37
static const int
kMegabyte
= 1024 * 1024;
42
static const int kMinBufferCapacity = 2 *
kMegabyte
;
47
static const int kMaxBufferCapacity = 20 *
kMegabyte
;
53
static const int kForwardWaitThreshold = 2 *
kMegabyte
;
62
static const int kMaxBitrate = 20 *
kMegabyte
* 8; // 20 Mbps.
Completed in 85 milliseconds