• Home
  • Raw
  • Download

Lines Matching refs:CMatchFinderMt

152 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()
512 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore, in MatchFinderMt_Create()
537 static void MatchFinderMt_Init(CMatchFinderMt *p) in MatchFinderMt_Init()
569 void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) in MatchFinderMt_ReleaseStream()
575 static void MatchFinderMt_Normalize(CMatchFinderMt *p) in MatchFinderMt_Normalize()
581 static void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) in MatchFinderMt_GetNextBlock_Bt()
593 static const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) in MatchFinderMt_GetPointerToCurrentPos()
600 static UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) in MatchFinderMt_GetNumAvailableBytes()
606 static UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches2()
627 static UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches3()
719 static UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt2_GetMatches()
741 static UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt_GetMatches()
779 static void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num)
785 static void MatchFinderMt2_Skip(CMatchFinderMt *p, UInt32 num)
794 static void MatchFinderMt3_Skip(CMatchFinderMt *p, UInt32 num)
819 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable)