Lines Matching refs:correction
558 int correction; in LZ4HC_compress_hashChain() local
562 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_hashChain()
563 if (correction > 0) { in LZ4HC_compress_hashChain()
564 start2 += correction; in LZ4HC_compress_hashChain()
565 ref2 += correction; in LZ4HC_compress_hashChain()
566 ml2 -= correction; in LZ4HC_compress_hashChain()
594 int correction = (int)(ip+ml - start2); in LZ4HC_compress_hashChain() local
595 start2 += correction; in LZ4HC_compress_hashChain()
596 ref2 += correction; in LZ4HC_compress_hashChain()
597 ml2 -= correction; in LZ4HC_compress_hashChain()
630 int correction; in LZ4HC_compress_hashChain() local
633 correction = ml - (int)(start2 - ip); in LZ4HC_compress_hashChain()
634 if (correction > 0) { in LZ4HC_compress_hashChain()
635 start2 += correction; in LZ4HC_compress_hashChain()
636 ref2 += correction; in LZ4HC_compress_hashChain()
637 ml2 -= correction; in LZ4HC_compress_hashChain()