Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp35 constexpr int64_t BLOCK_SCORE = 8; variable
287 if (((matchLen == oldScore) && (matchLen != 0)) || (matchLen > (oldScore + BLOCK_SCORE))) { in ComputeOldScore()