Home
last modified time | relevance | path

Searched refs:kBigInt (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/tools/
Ddb_bench_tool.cc5019 const uint64_t kBigInt = static_cast<uint64_t>(1U) << 62; in GetRandomKey() local
5020 long double order = -static_cast<long double>(rand_int % kBigInt) / in GetRandomKey()
5021 static_cast<long double>(kBigInt) * in GetRandomKey()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h10497 const internal::BiggestInt kBigInt = value;
10498 *os << kBigInt;