Searched refs:startLen (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.cpp905 UInt32 startLen = 2; // speed optimization local
934 startLen = lenTest + 1;
989 if (newLen >= startLen)
996 while(startLen > matchDistances[offs])
1000 for(UInt32 lenTest = /*2*/ startLen; ; lenTest++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp905 UInt32 startLen = 2; // speed optimization local
934 startLen = lenTest + 1;
989 if (newLen >= startLen)
996 while(startLen > matchDistances[offs])
1000 for(UInt32 lenTest = /*2*/ startLen; ; lenTest++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp905 UInt32 startLen = 2; // speed optimization local
934 startLen = lenTest + 1;
989 if (newLen >= startLen)
996 while(startLen > matchDistances[offs])
1000 for(UInt32 lenTest = /*2*/ startLen; ; lenTest++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c1149 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; local
1330 startLen = 2; /* speed optimization */
1362 startLen = lenTest + 1;
1420 if (newLen >= startLen)
1429 while (startLen > matches[offs])
1433 for (lenTest = /*2*/ startLen; ; lenTest++)

Completed in 111 milliseconds