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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.h 88 } CMatchFinderMt;
90 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);
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 297 CMatchFinderMt matchFinderMt;
    [all...]
  /external/lzma/C/
LzFindMt.h 90 } CMatchFinderMt;
92 void MatchFinderMt_Construct(CMatchFinderMt *p);
93 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *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);
LzFindMt.c 150 void HashThreadFunc(CMatchFinderMt *mt)
220 void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p)
313 void BtGetMatches(CMatchFinderMt *p, UInt32 *distances)
382 void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex)
407 void BtThreadFunc(CMatchFinderMt *mt)
433 void MatchFinderMt_Construct(CMatchFinderMt *p)
440 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)
446 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
456 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return 0; }
462 BtThreadFunc((CMatchFinderMt *)p);
    [all...]
LzmaEnc.c 276 CMatchFinderMt matchFinderMt;
    [all...]

Completed in 857 milliseconds