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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp876 UInt32 lenTest2 = temp - 1; local
877 if (lenTest2 >= 2)
885 // for (; lenTest2 >= 2; lenTest2--)
887 UInt32 offset = cur + 1 + lenTest2;
891 0, lenTest2, state2, posStateNext);
938 UInt32 lenTest2 = lenTest + 1; local
939 UInt32 limit = MyMin(numAvailableBytesFull, lenTest2 + _numFastBytes);
940 for (; lenTest2 < limit && data[lenTest2]
1024 UInt32 lenTest2 = lenTest + 1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp876 UInt32 lenTest2 = temp - 1; local
877 if (lenTest2 >= 2)
885 // for (; lenTest2 >= 2; lenTest2--)
887 UInt32 offset = cur + 1 + lenTest2;
891 0, lenTest2, state2, posStateNext);
938 UInt32 lenTest2 = lenTest + 1; local
939 UInt32 limit = MyMin(numAvailableBytesFull, lenTest2 + _numFastBytes);
940 for (; lenTest2 < limit && data[lenTest2]
1024 UInt32 lenTest2 = lenTest + 1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp876 UInt32 lenTest2 = temp - 1; local
877 if (lenTest2 >= 2)
885 // for (; lenTest2 >= 2; lenTest2--)
887 UInt32 offset = cur + 1 + lenTest2;
891 0, lenTest2, state2, posStateNext);
938 UInt32 lenTest2 = lenTest + 1; local
939 UInt32 limit = MyMin(numAvailableBytesFull, lenTest2 + _numFastBytes);
940 for (; lenTest2 < limit && data[lenTest2]
1024 UInt32 lenTest2 = lenTest + 1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c1294 UInt32 lenTest2; local
1301 lenTest2 = temp - 1;
1302 if (lenTest2 >= 2)
1309 /* for (; lenTest2 >= 2; lenTest2--) */
1313 UInt32 offset = cur + 1 + lenTest2;
1316 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1366 UInt32 lenTest2 = lenTest + 1; local
1367 UInt32 limit = lenTest2 + p->numFastBytes;
1371 for (; lenTest2 < limi
1456 UInt32 lenTest2 = lenTest + 1; local
[all...]

Completed in 120 milliseconds