HomeSort by relevance Sort by last modified time
    Searched refs:CMatchFinder (Results 1 - 11 of 11) 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...]
LzFind.c 17 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
28 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
45 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
48 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
57 static void MatchFinder_ReadBlock(CMatchFinder *p)
92 void MatchFinder_MoveBlock(CMatchFinder *p)
100 int MatchFinder_NeedMove(CMatchFinder *p)
108 void MatchFinder_ReadIfRequired(CMatchFinder *p
    [all...]
LzmaEnc.c 267 CMatchFinder matchFinderBase;
    [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...]
LzFind.c 18 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
29 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
46 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
47 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
58 static void MatchFinder_ReadBlock(CMatchFinder *p)
93 void MatchFinder_MoveBlock(CMatchFinder *p)
101 int MatchFinder_NeedMove(CMatchFinder *p)
109 void MatchFinder_ReadIfRequired(CMatchFinder *p
    [all...]
LzmaEnc.c 268 CMatchFinder matchFinderBase;
    [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...]
LzFind.c 17 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
28 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
45 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
48 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
57 static void MatchFinder_ReadBlock(CMatchFinder *p)
92 void MatchFinder_MoveBlock(CMatchFinder *p)
100 int MatchFinder_NeedMove(CMatchFinder *p)
108 void MatchFinder_ReadIfRequired(CMatchFinder *p)
    [all...]
LzFindMt.h 91 CMatchFinder *MatchFinder;
LzFindMt.c 168 CMatchFinder *mf = mt->MatchFinder;
468 CMatchFinder *mf = p->MatchFinder;
492 CMatchFinder *mf = p->MatchFinder;
LzmaEnc.c 267 CMatchFinder matchFinderBase;
    [all...]

Completed in 185 milliseconds