Home | History | Annotate | Download | only in TianoCompress

Lines Matching refs:mMatchLen

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

474 mLevel[New] = (UINT8) mMatchLen;
476 MakeChild (New, mText[mMatchPos + mMatchLen], Old);
477 MakeChild (New, mText[mPos + mMatchLen], mPos);
505 if (mMatchLen >= 4) {
513 mMatchLen--;
521 while (mLevel[NodeQ] >= mMatchLen) {
544 mMatchLen = 1;
548 mMatchLen = 2;
568 t1 = &mText[mPos + mMatchLen];
569 t2 = &mText[mMatchPos + mMatchLen];
570 while (mMatchLen < Index2) {
576 mMatchLen++;
581 if (mMatchLen >= MAXMATCH) {
593 mMatchLen++;
776 mMatchLen = 0;
779 if (mMatchLen > mRemainder) {
780 mMatchLen = mRemainder;
784 LastMatchLen = mMatchLen;
787 if (mMatchLen > mRemainder) {
788 mMatchLen = mRemainder;
791 if (mMatchLen > LastMatchLen || LastMatchLen < THRESHOLD) {
819 if (mMatchLen > mRemainder) {
820 mMatchLen = mRemainder;