Searched refs:kMaxInt64 (Results 1 – 5 of 5) sorted by relevance
267 if (port::kMaxInt64 / rate_bytes_per_sec < refill_period_us_) { in CalculateRefillBytesPerPeriod()270 return port::kMaxInt64 / 1000000; in CalculateRefillBytesPerPeriod()294 assert(num_drains_ - prev_num_drains_ <= port::kMaxInt64 / 100); in Tune()306 std::min(prev_bytes_per_sec, port::kMaxInt64 / 100); in Tune()313 prev_bytes_per_sec, port::kMaxInt64 / (100 + kAdjustFactorPct)); in Tune()
28 GenericRateLimiter limiter(port::kMaxInt64, 1000, 10, in TEST_F()
91 const int64_t kMaxInt64 = INT64_MAX; variable110 const int64_t kMaxInt64 = std::numeric_limits<int64_t>::max();
99 const int64_t kMaxInt64 = std::numeric_limits<int64_t>::max();
1506 assert(hold_for < port::kMaxInt64 / 10); in TestAcquireSnapshot()1510 assert(hold_for < port::kMaxInt64 / 10); in TestAcquireSnapshot()1542 if (port::kMaxInt64 - rand_key < FLAGS_compact_range_width) { in TestCompactRange()1543 end_key_num = port::kMaxInt64; in TestCompactRange()