Home | History | Annotate | Download | only in src

Lines Matching full:res2

160             int res2 = CompareUpToTail(pos1, pos2 + 1) +
162 if (res1 == res2) {
165 } else if (res1 < res2) {
169 res = res2;