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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c252 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
841 mRemainder--;
845 mRemainder += n;
884 mRemainder = FreadCrc(&mText[WNDSIZ], WNDSIZ + MAXMATCH);
889 if (mMatchLen > mRemainder) {
890 mMatchLen = mRemainder;
892 while (mRemainder > 0) {
896 if (mMatchLen > mRemainder) {
897 mMatchLen = mRemainder;
919 if (mMatchLen > mRemainder) {
[all...]
H A DTianoCompress.c261 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
903 mRemainder--;
908 mRemainder += Number;
950 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH);
955 if (mMatchLen > mRemainder) {
956 mMatchLen = mRemainder;
959 while (mRemainder > 0) {
963 if (mMatchLen > mRemainder) {
964 mMatchLen = mRemainder;
995 if (mMatchLen > mRemainder) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c91 STATIC INT32 mRemainder; variable
622 mRemainder--;
633 mRemainder += LoopVar8;
1284 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH);
1289 if (mMatchLen > mRemainder) {
1290 mMatchLen = mRemainder;
1293 while (mRemainder > 0) {
1299 if (mMatchLen > mRemainder) {
1300 mMatchLen = mRemainder;
1324 if (mMatchLen > mRemainder) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c78 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
725 mRemainder--;
730 mRemainder += Number;
772 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH);
777 if (mMatchLen > mRemainder) {
778 mMatchLen = mRemainder;
781 while (mRemainder > 0) {
785 if (mMatchLen > mRemainder) {
786 mMatchLen = mRemainder;
817 if (mMatchLen > mRemainder) {
[all...]

Completed in 1875 milliseconds