Lines Matching refs:correction
628 int correction; in LZ4HC_compress_hashChain() local
632 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_hashChain()
633 if (correction > 0) { in LZ4HC_compress_hashChain()
634 start2 += correction; in LZ4HC_compress_hashChain()
635 ref2 += correction; in LZ4HC_compress_hashChain()
636 ml2 -= correction; in LZ4HC_compress_hashChain()
668 int correction = (int)(ip+ml - start2); in LZ4HC_compress_hashChain() local
669 start2 += correction; in LZ4HC_compress_hashChain()
670 ref2 += correction; in LZ4HC_compress_hashChain()
671 ml2 -= correction; in LZ4HC_compress_hashChain()
704 int correction; in LZ4HC_compress_hashChain() local
707 correction = ml - (int)(start2 - ip); in LZ4HC_compress_hashChain()
708 if (correction > 0) { in LZ4HC_compress_hashChain()
709 start2 += correction; in LZ4HC_compress_hashChain()
710 ref2 += correction; in LZ4HC_compress_hashChain()
711 ml2 -= correction; in LZ4HC_compress_hashChain()