Searched refs:ONE_MB (Results 1 – 4 of 4) sorted by relevance
30 const int64_t ONE_MB = (int64_t)1024 * ONE_KB; variable31 const int64_t DEFAULT_AGING_DATA_SIZE_THRESHOLD = (int64_t)500 * ONE_MB;
34 constexpr uint32_t ONE_MB = (1UL << 20); variable53 {'B', 1}, {'K', ONE_KB}, {'M', ONE_MB},63 case ONE_KB ... ONE_MB - 1: unit = ONE_KB; break; in Size2Str()64 case ONE_MB ... ONE_GB - 1: unit = ONE_MB; break; in Size2Str()
54 const uint64_t ONE_MB = 1024 * ONE_KB; variable237 dq.dqb_bhardlimit = (uint32_t)limitSizeMb * ONE_MB; in SetBundleQuota()
86 constexpr int ONE_MB = 1024 * 1024; // default buffersize 1MB variable143 buffer_size = ONE_MB; in ScanServiceAbility()