Home | History | Annotate | Download | only in Common

Lines Matching refs:mMatchLen

244 STATIC INT32  mRemainder, mMatchLen, mBitCount, mHeapSize, mN;

627 mLevel[New] = (UINT8)mMatchLen;
629 MakeChild(New, mText[mMatchPos + mMatchLen], Old);
630 MakeChild(New, mText[mPos + mMatchLen], mPos);
651 if (mMatchLen >= 4) {
661 mMatchLen--;
666 while (mLevel[q] >= mMatchLen) {
687 mMatchLen = 1;
690 mMatchLen = 2;
710 t1 = &mText[mPos + mMatchLen];
711 t2 = &mText[mMatchPos + mMatchLen];
712 while (mMatchLen < j) {
717 mMatchLen++;
721 if (mMatchLen >= MAXMATCH) {
730 mMatchLen++;
885 mMatchLen = 0;
888 if (mMatchLen > mRemainder) {
889 mMatchLen = mRemainder;
892 LastMatchLen = mMatchLen;
895 if (mMatchLen > mRemainder) {
896 mMatchLen = mRemainder;
899 if (mMatchLen > LastMatchLen || LastMatchLen < THRESHOLD) {
918 if (mMatchLen > mRemainder) {
919 mMatchLen = mRemainder;