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

/external/lzma/C/
H A DLzmaEnc.c1284 UInt32 lenTest2; local
1291 lenTest2 = temp - 1;
1292 if (lenTest2 >= 2)
1299 /* for (; lenTest2 >= 2; lenTest2--) */
1303 UInt32 offset = cur + 1 + lenTest2;
1306 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1356 UInt32 lenTest2 = lenTest + 1; local
1357 UInt32 limit = lenTest2 + p->numFastBytes;
1361 for (; lenTest2 < limi
1446 UInt32 lenTest2 = lenTest + 1; local
[all...]

Completed in 120 milliseconds