Lines Matching full:forwards
190 /* Do one forwards step in the "divide and conquer" graph traversal.
193 * kd_forward: the traversal state for forwards traversal, modified by this
200 * Since forwards is done first, kd_backward will be valid for d -
333 /* Figured out a new forwards traversal, see if this has gone in diff_divide_myers_forward()
380 /* Forwards is done first, so the backwards one was still at in diff_divide_myers_forward()
406 * When forwards and backwards traversals meet, the in diff_divide_myers_forward()
490 * kd_forward: the traversal state for forwards traversal, to find a meeting
492 * Since forwards is done first, after this, both kd_forward and
647 * onto or even past a preceding forwards traversal. in diff_divide_myers_backward()
651 * the forwards traversal, because now both d are the same: in diff_divide_myers_backward()
678 /* Forwards was done first, now both d are the same. */ in diff_divide_myers_backward()
698 * When forwards and backwards traversals meet, the in diff_divide_myers_backward()
732 * forwards traversal has already passed, and A is what in diff_divide_myers_backward()
788 /* Myers "Divide et Impera": tracing forwards from the start and backwards from
1332 /* Forwards again, this time recording the diff chunks. in diff_algo_myers()