Home | History | Annotate | Download | only in C

Lines Matching refs:CMatchFinderMt

148 void HashThreadFunc(CMatchFinderMt *mt)

218 void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p)
311 void BtGetMatches(CMatchFinderMt *p, UInt32 *distances)
380 void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex)
405 void BtThreadFunc(CMatchFinderMt *mt)
431 void MatchFinderMt_Construct(CMatchFinderMt *p)
438 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)
444 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
454 static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return 0; }
461 BtThreadFunc((CMatchFinderMt *)p);
465 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
490 void MatchFinderMt_Init(CMatchFinderMt *p)
515 void MatchFinderMt_ReleaseStream(CMatchFinderMt *p)
521 void MatchFinderMt_Normalize(CMatchFinderMt *p)
527 void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p)
539 const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p)
546 UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p)
552 Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index)
557 UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances)
577 UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances)
612 UInt32 *MixMatches4(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances)
667 UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances)
685 UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances)
718 void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num)
724 void MatchFinderMt2_Skip(CMatchFinderMt *p, UInt32 num)
733 void MatchFinderMt3_Skip(CMatchFinderMt *p, UInt32 num)
745 void MatchFinderMt4_Skip(CMatchFinderMt *p, UInt32 num)
758 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable)