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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.h47 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
54 int MatchFinder_NeedMove(CMatchFinder *p);
55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
56 void MatchFinder_MoveBlock(CMatchFinder *p);
57 void MatchFinder_ReadIfRequired(CMatchFinder *p);
59 void MatchFinder_Construct(CMatchFinder *p);
65 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
99 void MatchFinder_CreateVTable(CMatchFinder *
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.h47 } CMatchFinder; typedef in typeref:struct:_CMatchFinder
54 int MatchFinder_NeedMove(CMatchFinder *p);
55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
56 void MatchFinder_MoveBlock(CMatchFinder *p);
57 void MatchFinder_ReadIfRequired(CMatchFinder *p);
59 void MatchFinder_Construct(CMatchFinder *p);
65 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
99 void MatchFinder_CreateVTable(CMatchFinder *
[all...]

Completed in 48 milliseconds