Home
last modified time | relevance | path

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

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