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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c295 UInt32 longestMatchLength; member in struct:_CLzmaEnc
971 mainLen = p->longestMatchLength;
1162 p->longestMatchLength = newLen;
1519 mainLen = p->longestMatchLength;
1589 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1590 if (p->longestMatchLength >= 2)
1593 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1594 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1595 (p->longestMatchLength > mainLen + 1) ||
1596 (p->longestMatchLength
[all...]

Completed in 62 milliseconds