Searched refs:CMatchFinderMt (Results 1 – 3 of 3) sorted by relevance
88 } CMatchFinderMt; typedef90 void MatchFinderMt_Construct(CMatchFinderMt *p);91 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);92 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,94 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable);95 void MatchFinderMt_ReleaseStream(CMatchFinderMt *p);
148 void HashThreadFunc(CMatchFinderMt *mt) in HashThreadFunc()218 void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) in MatchFinderMt_GetNextBlock_Hash()311 void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) in BtGetMatches()380 void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) in BtFillBlock()405 void BtThreadFunc(CMatchFinderMt *mt) in BtThreadFunc()431 void MatchFinderMt_Construct(CMatchFinderMt *p) in MatchFinderMt_Construct()438 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) in MatchFinderMt_FreeMem()444 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) in MatchFinderMt_Destruct()454 static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return… in HashThreadFunc2()461 BtThreadFunc((CMatchFinderMt *)p); in BtThreadFunc2()[all …]
297 CMatchFinderMt matchFinderMt;