Home
last modified time | relevance | path

Searched refs:ONE_MB (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dmain-common.h31 #define ONE_MB (1024*1024) macro
Dmain.c575 long maxSizeMB = LONG_MAX / ONE_MB; in main()
586 defaultPartitionSize = (uint64_t) sizeMB * ONE_MB; in main()
Dmain-common.c96 size = (size + ONE_MB-1) >> 20; in convertBytesToMB()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp450 static const int ONE_MB = 1 * 1024 * 1024; in tryToReclaimDatabaseQuota() local
451 if (originUsage + ONE_MB < originQuota) { in tryToReclaimDatabaseQuota()
452 unsigned long long newQuota = originUsage + ONE_MB; in tryToReclaimDatabaseQuota()