Searched refs:mOutputMask (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 97 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/ |
D | EfiCompress.c | 255 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()
|
D | TianoCompress.c | 273 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/ |
D | EfiCompress.c | 245 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()
|
D | TianoCompress.c | 254 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/ |
D | TianoCompress.c | 72 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/ |
D | ShellR64.patch | 393 @@ -262,7 +262,7 @@ STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc;
|