Lines Matching refs:mRemainder
90 STATIC INT32 mRemainder; variable
609 mRemainder--; in GetNextMatch()
620 mRemainder += LoopVar8; in GetNextMatch()
1255 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode()
1260 if (mMatchLen > mRemainder) { in Encode()
1261 mMatchLen = mRemainder; in Encode()
1264 while (mRemainder > 0) { in Encode()
1270 if (mMatchLen > mRemainder) { in Encode()
1271 mMatchLen = mRemainder; in Encode()
1295 if (mMatchLen > mRemainder) { in Encode()
1296 mMatchLen = mRemainder; in Encode()