Searched refs:matchFinder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c259 IMatchFinder matchFinder; member in struct:__anon11762
812 p->matchFinder.Skip(p->matchFinderObj, num);
819 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
820 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
835 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;
1738 p->matchFinder
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c260 IMatchFinder matchFinder; member in struct:__anon13337
813 p->matchFinder.Skip(p->matchFinderObj, num);
820 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
821 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
836 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;
1739 p->matchFinder
[all...]
/external/lzma/C/
H A DLzmaEnc.c259 IMatchFinder matchFinder; member in struct:__anon21967
812 p->matchFinder.Skip(p->matchFinderObj, num);
819 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
820 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
835 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;
1738 p->matchFinder
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp219 const wchar_t *matchFinder = local
226 SetMethodProp(oneMethodInfo, NCoderPropID::kMatchFinder, matchFinder);

Completed in 205 milliseconds