Lines Matching refs:UINT32
66 UINT32 mOutBuf;
67 UINT32 mInBuf;
70 UINT32 mBitBuf;
71 UINT32 mSubBitBuf;
73 UINT32 mCompSize;
74 UINT32 mOrigSize;
114 Sd->mBitBuf = (UINT32) (Sd->mBitBuf << NumOfBits); in FillBuf()
118 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount))); in FillBuf()
144 UINT32
168 UINT32 OutBits; in GetBits()
170 OutBits = (UINT32) (Sd->mBitBuf >> (BITBUFSIZ - NumOfBits)); in GetBits()
313 UINT32
334 UINT32 Mask; in DecodeP()
335 UINT32 Pos; in DecodeP()
360 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP()
397 UINT32 Mask; in ReadPTLen()
470 UINT32 Mask; in ReadCLen()
564 UINT32 Mask; in DecodeC()
628 UINT32 DataIdx; in Decode()
679 IN UINT32 SrcSize, in GetInfo()
680 OUT UINT32 *DstSize, in GetInfo()
681 OUT UINT32 *ScratchSize in GetInfo()
719 IN UINT32 SrcSize, in Decompress()
721 IN UINT32 DstSize, in Decompress()
723 IN UINT32 ScratchSize, in Decompress()
751 UINT32 Index; in Decompress()
752 UINT32 CompSize; in Decompress()
753 UINT32 OrigSize; in Decompress()
846 IN UINT32 SrcSize, in EfiGetInfo()
847 OUT UINT32 *DstSize, in EfiGetInfo()
848 OUT UINT32 *ScratchSize in EfiGetInfo()
883 IN UINT32 SrcSize, in EfiDecompress()
885 IN UINT32 DstSize, in EfiDecompress()
887 IN UINT32 ScratchSize in EfiDecompress()
930 IN UINT32 SrcSize, in TianoGetInfo()
931 OUT UINT32 *DstSize, in TianoGetInfo()
932 OUT UINT32 *ScratchSize in TianoGetInfo()
967 IN UINT32 SrcSize, in TianoDecompress()
969 IN UINT32 DstSize, in TianoDecompress()
971 IN UINT32 ScratchSize in TianoDecompress()