Lines Matching refs:UInt32
36 UInt32 numProcessedBlocks;
39 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
44 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
51 UInt32 *btBuf;
52 UInt32 btBufPos;
53 UInt32 btBufPosLimit;
54 UInt32 lzPos;
55 UInt32 btNumAvailBytes;
57 UInt32 *hash;
58 UInt32 fixedHashSize;
59 UInt32 historySize;
60 const UInt32 *crc;
69 UInt32 *hashBuf;
70 UInt32 hashBufPos;
71 UInt32 hashBufPosLimit;
72 UInt32 hashNumAvail;
75 UInt32 matchMaxLen;
76 UInt32 numHashBytes;
77 UInt32 pos;
79 UInt32 cyclicBufferPos;
80 UInt32 cyclicBufferSize; /* it must be historySize + 1 */
81 UInt32 cutValue;
94 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
95 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);