Searched refs:q (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/util/ |
| D | timer_queue_test.cc | 42 TimerQueue q; in main() local 46 q.add(10000, [tnow](bool aborted) mutable { in main() 50 q.add(10001, [tnow](bool aborted) mutable { in main() 55 q.add(1000, [tnow](bool aborted) mutable { in main() 60 auto id = q.add(2000, [tnow](bool aborted) mutable { in main()
|
| D | coding.h | 372 const char* q = GetVarint32Ptr(p, limit, value); in GetVarint32() local 373 if (q == nullptr) { in GetVarint32() 376 *input = Slice(q, static_cast<size_t>(limit - q)); in GetVarint32() 384 const char* q = GetVarint64Ptr(p, limit, value); in GetVarint64() local 385 if (q == nullptr) { in GetVarint64() 388 *input = Slice(q, static_cast<size_t>(limit - q)); in GetVarint64() 396 const char* q = GetVarsignedint64Ptr(p, limit, value); in GetVarsignedint64() local 397 if (q == nullptr) { in GetVarsignedint64() 400 *input = Slice(q, static_cast<size_t>(limit - q)); in GetVarsignedint64()
|
| D | filter_bench.cc | 574 for (uint64_t q = 0; q < max_queries; q += batch_size) { in RandomQueryTest() local 678 uint64_t q = 0; in RandomQueryTest() local 683 q += info.outside_queries_; in RandomQueryTest() 691 fp_rate_report_ << " Average FP rate %: " << 100.0 * fp / q << std::endl; in RandomQueryTest() 698 << -std::log(double(fp) / q) / std::log(2.0) << std::endl; in RandomQueryTest()
|
| D | rate_limiter.cc | 240 for (int q = 0; q < 2; ++q) { in Refill() local 241 auto use_pri = (use_low_pri_first == q) ? Env::IO_LOW : Env::IO_HIGH; in Refill()
|
| /rocksdb-6.9/docs/_sass/ |
| D | _reset.scss | 4 del, dfn, em, img, ins, kbd, q, s, samp, 32 blockquote, q { 36 q:before, q:after {
|
| /rocksdb-6.9/db/ |
| D | dbformat_test.cc | 140 const char q[] = "0123456789"; in TEST_F() local 157 k.TrimAppend(26, q, 10); in TEST_F() 161 k.TrimAppend(36, q, 1); in TEST_F() 165 k.TrimAppend(26, q, 1); in TEST_F()
|
| /rocksdb-6.9/utilities/merge_operators/string_append/ |
| D | stringappend_test.cc | 312 for (int q=0; q<kNumQueries; ++q) { in TEST_F() local 363 for (int q=0; q<kNumQueries; ++q) { in TEST_F() local
|
| /rocksdb-6.9/.circleci/ |
| D | config.yml | 35 unzip -q cmake-3.16.4-win64-x64.zip 38 unzip -q snappy-1.1.7.zip
|