Searched refs:lenTest2 (Results 1 – 1 of 1) sorted by relevance
1291 UInt32 lenTest2; in GetOptimum() local1298 lenTest2 = temp - 1; in GetOptimum()1299 if (lenTest2 >= 2) in GetOptimum()1310 UInt32 offset = cur + 1 + lenTest2; in GetOptimum()1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()1363 UInt32 lenTest2 = lenTest + 1; in GetOptimum() local1364 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()1368 for (; lenTest2 < limit && data[lenTest2] == data2[lenTest2]; lenTest2++); in GetOptimum()1369 lenTest2 -= lenTest + 1; in GetOptimum()1370 if (lenTest2 >= 2) in GetOptimum()[all …]