Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DRF_SArray_TandemFinder.cpp465 quint32 secondSuffixPos = currentDiffPos[1]; in run() local
466 const quint32 endSuffixPos = secondSuffixPos; in run()
469 correctRepeat = bitMask[firstSuffixPos] == bitMask[secondSuffixPos]; in run()
471 secondSuffixPos += prefixLength; in run()