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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1291 UInt32 lenTest2; local
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; local
1364 UInt32 limit = lenTest2 + p->numFastBytes;
1368 for (; lenTest2 < limi
1453 UInt32 lenTest2 = lenTest + 1; local
[all...]

Completed in 63 milliseconds