Home
last modified time | relevance | path

Searched refs:CMatchFinder (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DLzFind.h51 } CMatchFinder; typedef
58 int MatchFinder_NeedMove(CMatchFinder *p);
59 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
60 void MatchFinder_MoveBlock(CMatchFinder *p);
61 void MatchFinder_ReadIfRequired(CMatchFinder *p);
63 void MatchFinder_Construct(CMatchFinder *p);
69 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
72 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
74 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
103 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
[all …]
DLzFind.c17 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
28 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
45 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()
46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } in MatchFinder_GetIndexByte()
48 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets()
57 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock()
92 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock()
100 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove()
108 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired()
[all …]
DLzFindMt.h91 CMatchFinder *MatchFinder;
DLzFindMt.c168 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc()
468 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Create()
492 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Init()
DLzmaEnc.c267 CMatchFinder matchFinderBase;