Searched refs:MatchFinder_GetPointerToCurrentPos (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.h55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
H A DLzFindMt.c174 const Byte *beforePtr = MatchFinder_GetPointerToCurrentPos(mf);
177 afterPtr = MatchFinder_GetPointerToCurrentPos(mf);
496 p->pointerToCurPos = MatchFinder_GetPointerToCurrentPos(mf);
H A DLzFind.c45 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } function
730 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.h55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
H A DLzFind.c64 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } function
749 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.h55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
H A DLzFind.c64 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } function
749 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;

Completed in 691 milliseconds