Home | History | Annotate | Download | only in lib

Lines Matching refs:correction

418             int correction;
422 correction = new_ml - (int)(start2 - ip);
423 if (correction > 0)
425 start2 += correction;
426 ref2 += correction;
427 ml2 -= correction;
453 int correction = (int)(ip+ml - start2);
454 start2 += correction;
455 ref2 += correction;
456 ml2 -= correction;
490 int correction;
493 correction = ml - (int)(start2 - ip);
494 if (correction > 0)
496 start2 += correction;
497 correction;
498 ml2 -= correction;