Lines Matching defs:lenTest2
1291 UInt32 lenTest2;
1298 lenTest2 = temp - 1;
1299 if (lenTest2 >= 2)
1306 /* for (; lenTest2 >= 2; lenTest2--) */
1310 UInt32 offset = cur + 1 + lenTest2;
1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1363 UInt32 lenTest2 = lenTest + 1;
1364 UInt32 limit = lenTest2 + p->numFastBytes;
1368 for (; lenTest2 < limit && data[lenTest2] == data2[lenTest2]; lenTest2++);
1369 lenTest2 -= lenTest + 1;
1370 if (lenTest2 >= 2)
1385 /* for (; lenTest2 >= 2; lenTest2--) */
1389 UInt32 offset = cur + lenTest + 1 + lenTest2;
1392 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1453 UInt32 lenTest2 = lenTest + 1;
1454 UInt32 limit = lenTest2 + p->numFastBytes;
1458 for (; lenTest2 < limit && data[lenTest2] == data2[lenTest2]; lenTest2++);
1459 lenTest2 -= lenTest + 1;
1460 if (lenTest2 >= 2)
1474 /* for (; lenTest2 >= 2; lenTest2--) */
1476 UInt32 offset = cur + lenTest + 1 + lenTest2;
1481 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);