Lines Matching refs:proportion_of_total
243 * @proportion_of_total: length of this chunk relative to the total length,
254 unsigned int proportion_of_total;
312 .src_divs = { { .proportion_of_total = 10000 } },
315 .src_divs = { { .proportion_of_total = 10000 } },
318 .src_divs = { { .proportion_of_total = 10000, .offset = 1 } },
325 .proportion_of_total = 10000,
337 { .proportion_of_total = 5000 },
338 { .proportion_of_total = 5000 },
344 { .proportion_of_total = 1900, .offset = 33 },
345 { .proportion_of_total = 3300, .offset = 7 },
346 { .proportion_of_total = 4800, .offset = 18 },
355 .proportion_of_total = 7500,
358 .proportion_of_total = 2500,
368 .src_divs = { { .proportion_of_total = 10000 } },
372 .src_divs = { { .proportion_of_total = 10000 } },
376 .src_divs = { { .proportion_of_total = 10000 } },
380 .src_divs = { { .proportion_of_total = 10000, .offset = 1 } },
387 .proportion_of_total = 10000,
398 { .proportion_of_total = 5000 },
400 .proportion_of_total = 5000,
409 { .proportion_of_total = 1900, .offset = 33 },
410 { .proportion_of_total = 3300, .offset = 7 },
411 { .proportion_of_total = 4800, .offset = 18 },
418 .proportion_of_total = 7500,
421 .proportion_of_total = 2500,
430 .proportion_of_total = 6500,
433 .proportion_of_total = 3500,
447 remaining -= divs[ndivs++].proportion_of_total;
463 if (divs[i].proportion_of_total <= 0 ||
464 divs[i].proportion_of_total > TEST_SG_TOTAL - total)
466 total += divs[i].proportion_of_total;
492 if (cfg->dst_divs[0].proportion_of_total) {
578 (total_len * divs[i].proportion_of_total +
765 cfg->dst_divs[0].proportion_of_total ?
926 div->proportion_of_total = this_len;