Searched refs:ONE_MB (Results 1 – 4 of 4) sorted by relevance
31 #define ONE_MB (1024*1024) macro
575 long maxSizeMB = LONG_MAX / ONE_MB; in main()586 defaultPartitionSize = (uint64_t) sizeMB * ONE_MB; in main()
96 size = (size + ONE_MB-1) >> 20; in convertBytesToMB()
450 static const int ONE_MB = 1 * 1024 * 1024; in tryToReclaimDatabaseQuota() local451 if (originUsage + ONE_MB < originQuota) { in tryToReclaimDatabaseQuota()452 unsigned long long newQuota = originUsage + ONE_MB; in tryToReclaimDatabaseQuota()