Searched defs:CMatchFinder (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.h51 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
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 *
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.h52 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
59 int MatchFinder_NeedMove(CMatchFinder *p);
60 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
61 void MatchFinder_MoveBlock(CMatchFinder *p);
62 void MatchFinder_ReadIfRequired(CMatchFinder *p);
64 void MatchFinder_Construct(CMatchFinder *p);
70 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
73 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
75 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
104 void MatchFinder_CreateVTable(CMatchFinder *
[all...]
/external/lzma/C/
H A DLzFind.h51 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
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 *
[all...]

Completed in 253 milliseconds