Home
last modified time | relevance | path

Searched refs:CMatchFinderMt (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzFindMt.h90 } CMatchFinderMt; typedef
92 void MatchFinderMt_Construct(CMatchFinderMt *p);
93 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAllocPtr alloc);
94 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
96 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable);
97 void MatchFinderMt_ReleaseStream(CMatchFinderMt *p);
DLzFindMt.c152 static void HashThreadFunc(CMatchFinderMt *mt) in HashThreadFunc()
225 static void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) in MatchFinderMt_GetNextBlock_Hash()
349 static void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) in BtGetMatches()
426 static void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) in BtFillBlock()
451 void BtThreadFunc(CMatchFinderMt *mt) in BtThreadFunc()
477 void MatchFinderMt_Construct(CMatchFinderMt *p) in MatchFinderMt_Construct()
484 static void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAllocPtr alloc) in MatchFinderMt_FreeMem()
490 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAllocPtr alloc) in MatchFinderMt_Destruct()
500 …YPE THREAD_FUNC_CALL_TYPE HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return … in HashThreadFunc2()
508 BtThreadFunc((CMatchFinderMt *)p); in BtThreadFunc2()
[all …]
DLzmaEnc.c345 CMatchFinderMt matchFinderMt;