Home
last modified time | relevance | path

Searched refs:mRemainder (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/utility/
Deficompress.c264 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
853 mRemainder--; in GetNextMatch()
857 mRemainder += n; in GetNextMatch()
896 mRemainder = FreadCrc(&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode()
901 if (mMatchLen > mRemainder) { in Encode()
902 mMatchLen = mRemainder; in Encode()
904 while (mRemainder > 0) { in Encode()
908 if (mMatchLen > mRemainder) { in Encode()
909 mMatchLen = mRemainder; in Encode()
931 if (mMatchLen > mRemainder) { in Encode()
[all …]