HomeSort by relevance Sort by last modified time
    Searched defs:CMatchFinder (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 51 } 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 *p, IMatchFinder *vTable)
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 52 } 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 *p, IMatchFinder *vTable)
    [all...]
  /external/lzma/C/
LzFind.h 51 } 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 *p, IMatchFinder *vTable);
    [all...]

Completed in 122 milliseconds