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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 259 IMatchFinder matchFinder;
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;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 260 IMatchFinder matchFinder;
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;
    [all...]
  /external/lzma/C/
LzmaEnc.c 259 IMatchFinder matchFinder;
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;
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 219 const wchar_t *matchFinder =
226 SetMethodProp(oneMethodInfo, NCoderPropID::kMatchFinder, matchFinder);

Completed in 88 milliseconds