Lines Matching refs:UInt32
38 UInt32 numProcessedBlocks;
41 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
46 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
47 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
53 UInt32 *btBuf;
54 UInt32 btBufPos;
55 UInt32 btBufPosLimit;
56 UInt32 lzPos;
57 UInt32 btNumAvailBytes;
59 UInt32 *hash;
60 UInt32 fixedHashSize;
61 UInt32 historySize;
62 const UInt32 *crc;
71 UInt32 *hashBuf;
72 UInt32 hashBufPos;
73 UInt32 hashBufPosLimit;
74 UInt32 hashNumAvail;
77 UInt32 matchMaxLen;
78 UInt32 numHashBytes;
79 UInt32 pos;
81 UInt32 cyclicBufferPos;
82 UInt32 cyclicBufferSize; /* it must be historySize + 1 */
83 UInt32 cutValue;
96 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
97 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);