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

/external/vboot_reference/utility/
H A Deficompress.c272 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
642 MakeChild(New, mText[mMatchPos + mMatchLen], Old);
675 r = (INT16)((mMatchPos + 1) | WNDSIZ);
715 mMatchPos = r;
718 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG);
720 if (mMatchPos >= mPos) {
721 mMatchPos -= WNDSIZ;
724 t2 = &mText[mMatchPos + mMatchLen];
906 LastMatchPos = mMatchPos;

Completed in 44 milliseconds