Searched refs:weight (Results 1 – 13 of 13) sorted by relevance
401 uint64_t weight = key_gen_ctx.weights[level]; in Key() local404 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()
216 for (std::string& weight : weights) { in db_stress_tool()217 uint64_t val = std::stoull(weight); in db_stress_tool()
10 font-weight: normal;18 font-weight: 900;26 font-weight: 900;34 font-weight: 300;42 font-weight: normal;
46 font-weight: 900;124 font-weight: 300;169 font-weight: bold;231 font-weight: bold;238 font-weight: 700;
7 font-weight: 900;39 font-weight: normal;
33 font-weight: 900;60 font-weight: 400;
136 font-weight: 400;208 font-weight: 900;
24 .rougeHighlight .gs { color: #93a1a1; font-weight: bold } /* Generic.Strong */121 font-weight: 400;
28 font-weight: 900;
42 font-weight: bold;
67 font-weight: 900;
15 * Your feature is adding a lot of weight to the binary.19 * Your feature is not adding a lot of weight.
503 const int weight = (index & 1) ? kLight : kHeavy; in TEST_P() local504 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() local514 cached_weight += weight; in TEST_P()