Lines Matching refs:UInt32
14 UInt32 numProcessedBlocks;
31 // UInt32 numBlocks_Sent;
34 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
39 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
40 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
46 UInt32 *btBuf;
47 const UInt32 *btBufPos;
48 const UInt32 *btBufPosLimit;
49 UInt32 lzPos;
50 UInt32 btNumAvailBytes;
52 UInt32 *hash;
53 UInt32 fixedHashSize;
54 // UInt32 hash4Mask;
55 UInt32 historySize;
56 const UInt32 *crc;
59 UInt32 failure_LZ_BT; // failure in BT transfered to LZ
60 // UInt32 failure_LZ_LZ; // failure in LZ tables
61 UInt32 failureBuf[1];
62 // UInt32 crc[256];
69 UInt32 *hashBuf;
70 UInt32 hashBufPos;
71 UInt32 hashBufPosLimit;
72 UInt32 hashNumAvail;
73 UInt32 failure_BT;
77 UInt32 matchMaxLen;
78 UInt32 numHashBytes;
79 UInt32 pos;
81 UInt32 cyclicBufferPos;
82 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
83 UInt32 cutValue;
99 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
100 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAllocPtr alloc);