Searched refs:mCompSize (Results 1 – 2 of 2) sorted by relevance
266 STATIC UINT32 mCompSize, mOrigSize; variable334 mOrigSize = mCompSize = 0; in EfiCompress()357 PutDword(mCompSize+1); in EfiCompress()364 if (mCompSize + 1 + 8 > *DstSize) { in EfiCompress()365 *DstSize = mCompSize + 1 + 8; in EfiCompress()368 *DstSize = mCompSize + 1 + 8; in EfiCompress()1316 mCompSize++; in PutBits()1326 mCompSize++; in PutBits()
73 UINT32 mCompSize; member120 if (Sd->mCompSize > 0) { in FillBuf()124 Sd->mCompSize--; in FillBuf()819 Sd->mCompSize = CompSize; in Decompress()