Lines Matching refs:correction
392 int correction; in lz4_compresshcctx() local
398 correction = new_ml - (int)(start2 - ip); in lz4_compresshcctx()
399 if (correction > 0) { in lz4_compresshcctx()
400 start2 += correction; in lz4_compresshcctx()
401 ref2 += correction; in lz4_compresshcctx()
402 ml2 -= correction; in lz4_compresshcctx()
437 int correction = in lz4_compresshcctx() local
439 start2 += correction; in lz4_compresshcctx()
440 ref2 += correction; in lz4_compresshcctx()
441 ml2 -= correction; in lz4_compresshcctx()
472 int correction; in lz4_compresshcctx() local
478 correction = ml - (int)(start2 - ip); in lz4_compresshcctx()
479 if (correction > 0) { in lz4_compresshcctx()
480 start2 += correction; in lz4_compresshcctx()
481 ref2 += correction; in lz4_compresshcctx()
482 ml2 -= correction; in lz4_compresshcctx()