Lines Matching refs:mBuf
262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
314 mBuf = NULL; in EfiCompress()
443 while ((mBuf = malloc(mBufSiz)) == NULL) { in AllocateMemory()
449 mBuf[0] = 0; in AllocateMemory()
496 if (mBuf) { in FreeMemory()
497 free (mBuf); in FreeMemory()
1165 Flags = mBuf[Pos++]; in SendBlock()
1170 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT)); in SendBlock()
1171 k = mBuf[Pos++] << UINT8_BIT; in SendBlock()
1172 k += mBuf[Pos++]; in SendBlock()
1175 EncodeC(mBuf[Pos++]); in SendBlock()
1217 mBuf[CPos] = 0; in Output()
1219 mBuf[mOutputPos++] = (UINT8) c; in Output()
1222 mBuf[CPos] |= mOutputMask; in Output()
1223 mBuf[mOutputPos++] = (UINT8)(p >> UINT8_BIT); in Output()
1224 mBuf[mOutputPos++] = (UINT8) p; in Output()