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

/external/vboot_reference/utility/
H A Deficompress.c265 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1210 if ((mOutputMask >>= 1) == 0) {
1211 mOutputMask = 1U << (UINT8_BIT - 1);
1222 mBuf[CPos] |= mOutputMask;
1246 mOutputPos = mOutputMask = 0;

Completed in 53 milliseconds