/external/lzma/C/ |
LzFind.h | 52 } CMatchFinder;
63 int MatchFinder_NeedMove(CMatchFinder *p);
64 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
65 void MatchFinder_MoveBlock(CMatchFinder *p);
66 void MatchFinder_ReadIfRequired(CMatchFinder *p);
68 void MatchFinder_Construct(CMatchFinder *p);
74 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
77 void MatchFinder_Free(CMatchFinder *p, ISzAllocPtr alloc);
79 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
106 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable); [all...] |
LzFind.c | 19 static void LzInWindow_Free(CMatchFinder *p, ISzAllocPtr alloc)
30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAllocPtr alloc)
47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
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)
98 void MatchFinder_MoveBlock(CMatchFinder *p)
106 int MatchFinder_NeedMove(CMatchFinder *p)
114 void MatchFinder_ReadIfRequired(CMatchFinder *p)
122 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) [all...] |
LzFindMt.h | 89 CMatchFinder *MatchFinder;
|
LzFindMt.c | 175 CMatchFinder *mf = mt->MatchFinder;
515 CMatchFinder *mf = p->MatchFinder;
539 CMatchFinder *mf = p->MatchFinder;
|
LzmaEnc.c | 349 CMatchFinder matchFinderBase;
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
LzFind.h | 50 } CMatchFinder;
61 int MatchFinder_NeedMove(CMatchFinder *p);
62 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
63 void MatchFinder_MoveBlock(CMatchFinder *p);
64 void MatchFinder_ReadIfRequired(CMatchFinder *p);
66 void MatchFinder_Construct(CMatchFinder *p);
72 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
75 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
77 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
104 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable); [all...] |
LzFind.c | 19 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
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)
98 void MatchFinder_MoveBlock(CMatchFinder *p)
106 int MatchFinder_NeedMove(CMatchFinder *p)
114 void MatchFinder_ReadIfRequired(CMatchFinder *p)
122 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) [all...] |
LzFindMt.h | 89 CMatchFinder *MatchFinder;
|
LzFindMt.c | 170 CMatchFinder *mf = mt->MatchFinder;
477 CMatchFinder *mf = p->MatchFinder;
501 CMatchFinder *mf = p->MatchFinder;
|
LzmaEnc.c | 345 CMatchFinder matchFinderBase;
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
LzFind.h | 50 } CMatchFinder;
61 int MatchFinder_NeedMove(CMatchFinder *p);
62 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
63 void MatchFinder_MoveBlock(CMatchFinder *p);
64 void MatchFinder_ReadIfRequired(CMatchFinder *p);
66 void MatchFinder_Construct(CMatchFinder *p);
72 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
75 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
77 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
104 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable); [all...] |
LzFind.c | 21 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
32 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
49 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
51 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
53 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
60 static void MatchFinder_ReadBlock(CMatchFinder *p)
100 void MatchFinder_MoveBlock(CMatchFinder *p)
108 int MatchFinder_NeedMove(CMatchFinder *p)
116 void MatchFinder_ReadIfRequired(CMatchFinder *p)
124 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
LzFind.h | 50 } CMatchFinder;
61 int MatchFinder_NeedMove(CMatchFinder *p);
62 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
63 void MatchFinder_MoveBlock(CMatchFinder *p);
64 void MatchFinder_ReadIfRequired(CMatchFinder *p);
66 void MatchFinder_Construct(CMatchFinder *p);
72 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
75 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
77 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
104 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable); [all...] |
LzFind.c | 21 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
32 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
49 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
51 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
53 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
60 static void MatchFinder_ReadBlock(CMatchFinder *p)
100 void MatchFinder_MoveBlock(CMatchFinder *p)
108 int MatchFinder_NeedMove(CMatchFinder *p)
116 void MatchFinder_ReadIfRequired(CMatchFinder *p)
124 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) [all...] |