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 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 static void HashThreadFunc(CMatchFinderMt *mt)
220 static void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p)
313 static void BtGetMatches(CMatchFinderMt *p, UInt32 *distances)
388 static void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex)
413 void BtThreadFunc(CMatchFinderMt *mt)
439 void MatchFinderMt_Construct(CMatchFinderMt *p)
446 static void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)
452 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
462 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return 0; }
470 BtThreadFunc((CMatchFinderMt *)p);
    [all...]
LzmaEnc.c 342 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 static void HashThreadFunc(CMatchFinderMt *mt)
220 static void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p)
313 static void BtGetMatches(CMatchFinderMt *p, UInt32 *distances)
388 static void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex)
413 void BtThreadFunc(CMatchFinderMt *mt)
439 void MatchFinderMt_Construct(CMatchFinderMt *p)
446 static void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)
452 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
462 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return 0; }
470 BtThreadFunc((CMatchFinderMt *)p);
    [all...]
LzmaEnc.c 342 CMatchFinderMt matchFinderMt;
    [all...]

Completed in 99 milliseconds