Searched refs:correction (Results 1 - 1 of 1) sorted by relevance

/lib/lz4/
H A Dlz4hc_compress.c392 int correction; local
398 correction = new_ml - (int)(start2 - ip);
399 if (correction > 0) {
400 start2 += correction;
401 ref2 += correction;
402 ml2 -= correction;
437 int correction = local
439 start2 += correction;
440 ref2 += correction;
441 ml2 -= correction;
472 int correction; local
[all...]

Completed in 5 milliseconds