Home
last modified time | relevance | path

Searched refs:kMaxInt64 (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/util/
Drate_limiter.cc267 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()
Drate_limiter_test.cc28 GenericRateLimiter limiter(port::kMaxInt64, 1000, 10, in TEST_F()
/rocksdb-6.9/port/win/
Dport_win.h91 const int64_t kMaxInt64 = INT64_MAX; variable
110 const int64_t kMaxInt64 = std::numeric_limits<int64_t>::max();
/rocksdb-6.9/port/
Dport_posix.h99 const int64_t kMaxInt64 = std::numeric_limits<int64_t>::max();
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1506 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()