Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Deficompress.c265 STATIC UINT32 mBufSiz = 0, mOutputPos, mOutputMask, mSubBitBuf, mCrc; variable
1212 if (mOutputPos >= mBufSiz - 3 * UINT8_BIT) { in Output()
1214 mOutputPos = 0; in Output()
1216 CPos = mOutputPos++; in Output()
1219 mBuf[mOutputPos++] = (UINT8) c; in Output()
1223 mBuf[mOutputPos++] = (UINT8)(p >> UINT8_BIT); in Output()
1224 mBuf[mOutputPos++] = (UINT8) p; in Output()
1246 mOutputPos = mOutputMask = 0; in HufEncodeStart()