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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLibInternals.h59 UINT32 mSubBitBuf; member in struct:__anon10459
H A DBaseUefiTianoCustomDecompressLib.c40 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
47 Sd->mSubBitBuf = 0;
48 Sd->mSubBitBuf = Sd->mSrcBase[Sd->mInBuf++];
55 Sd->mSubBitBuf = 0;
67 // Copy NumOfBits of bits from mSubBitBuf into mBitBuf
69 Sd->mBitBuf |= Sd->mSubBitBuf >> Sd->mBitCount;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLibInternals.h50 UINT32 mSubBitBuf; member in struct:__anon12454
H A DBaseUefiDecompressLib.c50 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
57 Sd->mSubBitBuf = Sd->mSrcBase[Sd->mInBuf++];
64 Sd->mSubBitBuf = 0;
76 // Copy NumOfBits of bits from mSubBitBuf into mBitBuf
78 Sd->mBitBuf |= Sd->mSubBitBuf >> Sd->mBitCount;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DDecompress.c60 UINT32 mSubBitBuf; member in struct:__anon9960
102 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
109 Sd->mSubBitBuf = 0;
110 Sd->mSubBitBuf = Sd->mSrcBase[Sd->mInBuf++];
117 Sd->mSubBitBuf = 0;
124 Sd->mBitBuf |= Sd->mSubBitBuf >> Sd->mBitCount;
H A DEfiCompress.c253 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1297 mSubBitBuf |= x << (mBitCount -= n);
1300 Temp = (UINT8)(mSubBitBuf | (x >> (n -= mBitCount)));
1307 mSubBitBuf = x << (mBitCount = UINT8_BIT - n);
1316 mSubBitBuf = x << (mBitCount = 2 * UINT8_BIT - n);
1365 mSubBitBuf = 0;
H A DTianoCompress.c262 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1436 Temp = (UINT8) (mSubBitBuf | (Value >> (Number -= mBitCount)));
1442 mSubBitBuf = 0;
1446 mSubBitBuf |= Value << (mBitCount -= Number);
1498 mSubBitBuf = 0;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c99 STATIC UINT32 mSubBitBuf; variable
887 mSubBitBuf |= x << (mBitCount -= LoopVar8);
890 Temp = (UINT8)(mSubBitBuf | (x >> (LoopVar8 -= mBitCount)));
897 mSubBitBuf = x << (mBitCount = UINT8_BIT - LoopVar8);
906 mSubBitBuf = x << (mBitCount = 2 * UINT8_BIT - LoopVar8);
1196 mSubBitBuf = 0;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c79 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1259 Temp = (UINT8) (mSubBitBuf | (Value >> (Number -= mBitCount)));
1266 mSubBitBuf = 0;
1270 mSubBitBuf |= Value << (mBitCount -= Number);
1323 mSubBitBuf = 0;
2058 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
2065 Sd->mSubBitBuf = 0;
2066 Sd->mSubBitBuf = Sd->mSrcBase[Sd->mInBuf++];
2073 Sd->mSubBitBuf = 0;
2080 Sd->mBitBuf |= Sd->mSubBitBuf >> S
[all...]
H A DTianoCompress.h68 UINT32 mSubBitBuf; member in struct:__anon10254

Completed in 82 milliseconds