HomeSort by relevance Sort by last modified time
    Searched refs:CMatchFinderMt (Results 1 - 5 of 5) sorted by null

  /external/lzma/C/
LzFindMt.h 92 } CMatchFinderMt;
94 void MatchFinderMt_Construct(CMatchFinderMt *p);
95 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);
96 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore,
98 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable);
99 void MatchFinderMt_ReleaseStream(CMatchFinderMt *p);
LzFindMt.c 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);
    [all...]
LzmaEnc.c 264 CMatchFinderMt matchFinderMt;
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 264 CMatchFinderMt matchFinderMt;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 265 CMatchFinderMt matchFinderMt;
    [all...]

Completed in 263 milliseconds