Searched refs:GetPointerToCurrentPos (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.h98 Mf_GetPointerToCurrentPos_Func GetPointerToCurrentPos; member in struct:_IMatchFinder
H A DLzmaEnc.c835 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
964 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1217 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1509 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1580 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1786 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
2117 return p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
H A DLzFind.c740 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.h99 Mf_GetPointerToCurrentPos_Func GetPointerToCurrentPos; member in struct:_IMatchFinder
H A DLzmaEnc.c836 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
965 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1218 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1510 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1581 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1787 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
2118 return p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
H A DLzFind.c741 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
/external/lzma/C/
H A DLzFind.h98 Mf_GetPointerToCurrentPos_Func GetPointerToCurrentPos; member in struct:_IMatchFinder
H A DLzmaEnc.c835 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
964 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1217 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1509 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1580 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1786 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
2117 return p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
H A DLzFind.c740 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
H A DLzFindMt.c763 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinderMt_GetPointerToCurrentPos;

Completed in 756 milliseconds