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

  /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...]
  /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...]
  /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...]
  /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...]

Completed in 385 milliseconds