Searched refs:CMatchFinder (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.h | 50 } CMatchFinder; typedef 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 …]
|
D | LzFind.c | 21 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() 32 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() 49 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() 51 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes() 53 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() 60 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock() 100 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock() 108 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove() 116 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired() 124 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) in MatchFinder_CheckAndMoveAndRead() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFind.h | 50 } CMatchFinder; typedef 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 …]
|
D | LzFind.c | 19 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() 30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() 47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() 49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes() 51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() 58 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock() 98 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock() 106 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove() 114 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired() 122 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) in MatchFinder_CheckAndMoveAndRead() [all …]
|
D | LzFindMt.h | 89 CMatchFinder *MatchFinder;
|
D | LzFindMt.c | 170 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc() 477 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Create() 501 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Init()
|
D | LzmaEnc.c | 345 CMatchFinder matchFinderBase;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.h | 50 } CMatchFinder; typedef 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 …]
|
D | LzFind.c | 21 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() 32 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() 49 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() 51 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes() 53 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() 60 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock() 100 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock() 108 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove() 116 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired() 124 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) in MatchFinder_CheckAndMoveAndRead() [all …]
|