Lines Matching refs:proportion_of_total
257 * @proportion_of_total: length of this chunk relative to the total length,
268 unsigned int proportion_of_total;
326 .src_divs = { { .proportion_of_total = 10000 } },
330 .src_divs = { { .proportion_of_total = 10000 } },
334 .src_divs = { { .proportion_of_total = 10000 } },
337 .src_divs = { { .proportion_of_total = 10000, .offset = 1 } },
344 .proportion_of_total = 10000,
356 { .proportion_of_total = 5000 },
357 { .proportion_of_total = 5000 },
362 .src_divs = { { .proportion_of_total = 10000 } },
364 { .proportion_of_total = 5000 },
365 { .proportion_of_total = 5000 },
371 { .proportion_of_total = 1900, .offset = 33 },
372 { .proportion_of_total = 3300, .offset = 7 },
373 { .proportion_of_total = 4800, .offset = 18 },
382 .proportion_of_total = 7500,
385 .proportion_of_total = 2500,
395 .src_divs = { { .proportion_of_total = 10000 } },
399 .src_divs = { { .proportion_of_total = 10000 } },
403 .src_divs = { { .proportion_of_total = 10000 } },
407 .src_divs = { { .proportion_of_total = 10000, .offset = 1 } },
414 .proportion_of_total = 10000,
425 { .proportion_of_total = 5000 },
427 .proportion_of_total = 5000,
436 { .proportion_of_total = 1900, .offset = 33 },
437 { .proportion_of_total = 3300, .offset = 7 },
438 { .proportion_of_total = 4800, .offset = 18 },
445 .proportion_of_total = 7500,
448 .proportion_of_total = 2500,
457 .proportion_of_total = 6500,
460 .proportion_of_total = 3500,
474 remaining -= divs[ndivs++].proportion_of_total;
490 if (divs[i].proportion_of_total <= 0 ||
491 divs[i].proportion_of_total > TEST_SG_TOTAL - total)
493 total += divs[i].proportion_of_total;
519 if (cfg->dst_divs[0].proportion_of_total) {
605 (total_len * divs[i].proportion_of_total +
813 cfg->dst_divs[0].proportion_of_total ?
1013 div->proportion_of_total = this_len;