Searched refs:CMatchFinder (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | LzFind.h | 49 } CMatchFinder; typedef 56 int MatchFinder_NeedMove(CMatchFinder *p); 57 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p); 58 void MatchFinder_MoveBlock(CMatchFinder *p); 59 void MatchFinder_ReadIfRequired(CMatchFinder *p); 61 void MatchFinder_Construct(CMatchFinder *p); 67 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, 70 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc); 72 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue); 101 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable); [all …]
|
D | LzFind.c | 19 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() 30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() 47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() 48 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } in MatchFinder_GetIndexByte() 50 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes() 52 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() 59 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock() 94 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock() 102 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove() 110 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired() [all …]
|
D | LzFindMt.h | 89 CMatchFinder *MatchFinder;
|
D | LzFindMt.c | 170 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc() 469 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Create() 493 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Init()
|
D | LzmaEnc.c | 279 CMatchFinder matchFinderBase;
|