Lines Matching full:diagonal
93 * which diagonal through the diff graph we currently are.
95 * diagonal number from the bottom up.
128 * Also note that from the diagonal index k and the x coordinate, the y
137 * on the same diagonal.
227 /* This diagonal is completely outside of the Myers in diff_divide_myers_forward()
387 * start on the same diagonal, meaning the backwards state index in diff_divide_myers_forward()
390 * traversal starts on a different diagonal, and c = k shifted in diff_divide_myers_forward()
398 * forward value is on a diagonal that is also valid in in diff_divide_myers_forward()
401 /* Current k is on a diagonal that exists in in diff_divide_myers_forward()
441 * the forward traversal hit the diagonal that the in diff_divide_myers_forward()
526 /* This diagonal is completely outside of the Myers in diff_divide_myers_backward()
682 * backwards traversal starts on a different diagonal, in diff_divide_myers_backward()
690 * backward value is also on a valid diagonal in kd_forward[], in diff_divide_myers_backward()
693 /* Current c is on a diagonal that exists in in diff_divide_myers_backward()
731 * the backward traversal hit the diagonal that the in diff_divide_myers_backward()
1139 /* This diagonal is completely outside of the in diff_algo_myers()