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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c950 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
967 mainLen = ReadMatchDistances(p, &numPairs);
970 mainLen = p->longestMatchLength;
1011 if (mainLen >= p->numFastBytes)
1014 MovePos(p, mainLen - 1);
1015 return mainLen;
1020 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1052 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1094 if (len <= mainLen)
1510 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]

Completed in 85 milliseconds