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