Home
last modified time | relevance | path

Searched refs:MatchLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.h42 int64_t MatchLength(const BlockBuffer &oldBuffer, const BlockBuffer &newBuffer) const;
H A Dblocks_diff.cpp629 int64_t SuffixArray<DataType>::MatchLength(const BlockBuffer &oldBuffer, const BlockBuffer &newBuff… in MatchLength() function in UpdatePatch::SuffixArray
649 x = MatchLength(oldStart, newInfo); in Search()
650 y = MatchLength(oldEnd, newInfo); in Search()