OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMatchFinderMt
(Results
1 - 3
of
3
) sorted by null
/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 50 milliseconds