Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.h401 uint64_t weight = key_gen_ctx.weights[level]; in Key() local
404 uint64_t pfx = mult * weight + (offset >= weight ? weight - 1 : offset); in Key()
406 if (offset < weight) { in Key()
411 if (offset < weight - 1 && level < levels - 1) { in Key()
417 val = offset - weight; in Key()
418 window -= weight; in Key()
Ddb_stress_tool.cc216 for (std::string& weight : weights) { in db_stress_tool()
217 uint64_t val = std::stoull(weight); in db_stress_tool()
/rocksdb-6.9/docs/css/
Dmain.scss10 font-weight: normal;
18 font-weight: 900;
26 font-weight: 900;
34 font-weight: 300;
42 font-weight: normal;
/rocksdb-6.9/docs/_sass/
D_base.scss46 font-weight: 900;
124 font-weight: 300;
169 font-weight: bold;
231 font-weight: bold;
238 font-weight: 700;
D_buttons.scss7 font-weight: 900;
39 font-weight: normal;
D_header.scss33 font-weight: 900;
60 font-weight: 400;
D_react_docs_nav.scss136 font-weight: 400;
208 font-weight: 900;
D_syntax-highlighting.scss24 .rougeHighlight .gs { color: #93a1a1; font-weight: bold } /* Generic.Strong */
121 font-weight: 400;
D_blog.scss28 font-weight: 900;
D_tables.scss42 font-weight: bold;
D_footer.scss67 font-weight: 900;
/rocksdb-6.9/
DROCKSDB_LITE.md15 * Your feature is adding a lot of weight to the binary.
19 * Your feature is not adding a lot of weight.
/rocksdb-6.9/cache/
Dcache_test.cc503 const int weight = (index & 1) ? kLight : kHeavy; in TEST_P() local
504 Insert(index, 1000+index, weight); in TEST_P()
505 added += weight; in TEST_P()
511 const int weight = (i & 1 ? kLight : kHeavy); in TEST_P() local
514 cached_weight += weight; in TEST_P()