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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1341 UInt32 lenTest2; local
1348 lenTest2 = temp - 1;
1349 if (lenTest2 >= 2)
1356 /* for (; lenTest2 >= 2; lenTest2--) */
1360 UInt32 offset = cur + 1 + lenTest2;
1363 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1413 UInt32 lenTest2 = lenTest + 1; local
1414 UInt32 limit = lenTest2 + p->numFastBytes;
1418 for (; lenTest2 < limi
1503 UInt32 lenTest2 = lenTest + 1; local
[all...]

Completed in 25 milliseconds