Searched defs:mMatchLen (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/utility/
H A Deficompress.c264 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
640 mLevel[New] = (UINT8)mMatchLen;
642 MakeChild(New, mText[mMatchPos + mMatchLen], Old);
643 MakeChild(New, mText[mPos + mMatchLen], mPos);
664 if (mMatchLen >= 4) {
674 mMatchLen--;
679 while (mLevel[q] >= mMatchLen) {
700 mMatchLen = 1;
703 mMatchLen = 2;
723 t1 = &mText[mPos + mMatchLen];
[all...]

Completed in 77 milliseconds