Lines Matching refs:coverage
53 * Within groups of DAs supporting the same scope coverage, the DAs are
117 int coverage;
324 dn->coverage = 0;
425 te->coverage = c;
439 if (c >= p->coverage) {
440 /* found a coverage grouping; now sort by proximity */
474 int coverage, proximity;
506 * relevant scopes they serve (coverage).
508 coverage = 0;
536 coverage++;
541 if (coverage)
542 add_da_entry(&(tl->DAs), sin, sscopes, proximity, coverage);