Searched refs:mRemainder (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 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() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 254 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 843 mRemainder--; in GetNextMatch() 847 mRemainder += n; in GetNextMatch() 886 mRemainder = FreadCrc(&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode() 891 if (mMatchLen > mRemainder) { in Encode() 892 mMatchLen = mRemainder; in Encode() 894 while (mRemainder > 0) { in Encode() 898 if (mMatchLen > mRemainder) { in Encode() 899 mMatchLen = mRemainder; in Encode() 921 if (mMatchLen > mRemainder) { in Encode() [all …]
|
D | TianoCompress.c | 272 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 915 mRemainder--; in GetNextMatch() 920 mRemainder += Number; in GetNextMatch() 962 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode() 967 if (mMatchLen > mRemainder) { in Encode() 968 mMatchLen = mRemainder; in Encode() 971 while (mRemainder > 0) { in Encode() 975 if (mMatchLen > mRemainder) { in Encode() 976 mMatchLen = mRemainder; in Encode() 1007 if (mMatchLen > mRemainder) { in Encode() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 244 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 840 mRemainder--; in GetNextMatch() 844 mRemainder += n; in GetNextMatch() 883 mRemainder = FreadCrc(&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode() 888 if (mMatchLen > mRemainder) { in Encode() 889 mMatchLen = mRemainder; in Encode() 891 while (mRemainder > 0) { in Encode() 895 if (mMatchLen > mRemainder) { in Encode() 896 mMatchLen = mRemainder; in Encode() 918 if (mMatchLen > mRemainder) { in Encode() [all …]
|
D | TianoCompress.c | 253 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 902 mRemainder--; in GetNextMatch() 907 mRemainder += Number; in GetNextMatch() 949 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode() 954 if (mMatchLen > mRemainder) { in Encode() 955 mMatchLen = mRemainder; in Encode() 958 while (mRemainder > 0) { in Encode() 962 if (mMatchLen > mRemainder) { in Encode() 963 mMatchLen = mRemainder; in Encode() 994 if (mMatchLen > mRemainder) { in Encode() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 71 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 727 mRemainder--; in GetNextMatch() 732 mRemainder += Number; in GetNextMatch() 774 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode() 779 if (mMatchLen > mRemainder) { in Encode() 780 mMatchLen = mRemainder; in Encode() 783 while (mRemainder > 0) { in Encode() 787 if (mMatchLen > mRemainder) { in Encode() 788 mMatchLen = mRemainder; in Encode() 819 if (mMatchLen > mRemainder) { in Encode() [all …]
|