Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c97 STATIC UINT32 mOutputMask; variable
1167 mOutputPos = mOutputMask = 0; in HufEncodeStart()
1188 if ((mOutputMask >>= 1) == 0) { in CompressOutput()
1189 mOutputMask = 1U << (UINT8_BIT - 1); in CompressOutput()
1201 mBuf[CPos] = (UINT8)(mBuf[CPos]|mOutputMask); in CompressOutput()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c255 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1200 if ((mOutputMask >>= 1) == 0) { in Output()
1201 mOutputMask = 1U << (UINT8_BIT - 1); in Output()
1212 mBuf[CPos] |= mOutputMask; in Output()
1236 mOutputPos = mOutputMask = 0; in HufEncodeStart()
DTianoCompress.c273 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1326 if ((mOutputMask >>= 1) == 0) { in Output()
1327 mOutputMask = 1U << (UINT8_BIT - 1); in Output()
1345 mBuf[CPos] |= mOutputMask; in Output()
1376 mOutputPos = mOutputMask = 0; in HufEncodeStart()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c245 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1197 if ((mOutputMask >>= 1) == 0) { in Output()
1198 mOutputMask = 1U << (UINT8_BIT - 1); in Output()
1209 mBuf[CPos] |= mOutputMask; in Output()
1233 mOutputPos = mOutputMask = 0; in HufEncodeStart()
DTianoCompress.c254 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1313 if ((mOutputMask >>= 1) == 0) { in Output()
1314 mOutputMask = 1U << (UINT8_BIT - 1); in Output()
1332 mBuf[CPos] |= mOutputMask; in Output()
1363 mOutputPos = mOutputMask = 0; in HufEncodeStart()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c72 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1139 if ((mOutputMask >>= 1) == 0) { in Output()
1140 mOutputMask = 1U << (UINT8_BIT - 1); in Output()
1158 mBuf[CPos] |= mOutputMask; in Output()
1189 mOutputPos = mOutputMask = 0; in HufEncodeStart()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch393 @@ -262,7 +262,7 @@ STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc;