Lines Matching refs:correction
1334 * The correction field is used to indicate that this entry is in the
1336 * corrected in later revisions. The value of the correction field is
1343 int correction;
1464 return leaf->correction;
1614 if (nextage < data->correction &&
1615 data->correction < maxage)
1616 nextage = data->correction;
1635 if (nextage < data->correction &&
1636 data->correction < maxage)
1637 nextage = data->correction;
1700 if (data->correction <= trees[i].maxage)
1762 if (data->correction <= tree->maxage)
2350 corrections[count].correction = age;