Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/
Ddiff.go172 revPath := path{-1, point{nx, ny}, make(EditScript, 0)}
174 revFrontier := revPath.point // Reverse search frontier
207 f = debug.Begin(nx, ny, f, &fwdPath.es, &revPath.es)
218 case p.X >= revPath.X || p.Y < fwdPath.Y:
220 case p.Y >= revPath.Y || p.X < fwdPath.X:
227 for fwdPath.X < revPath.X && fwdPath.Y < revPath.Y {
241 if revPath.X-fwdFrontier.X >= revPath.Y-fwdFrontier.Y {
256 case fwdPath.X >= p.X || revPath.Y < p.Y:
258 case fwdPath.Y >= p.Y || revPath.X < p.X:
262 revPath.connect(p, f)
[all …]
Ddebug_enable.go66 fwdPath, revPath *EditScript member
73 dbg.fwdPath, dbg.revPath = p1, p2
110 for i := len(*dbg.revPath) - 1; i >= 0; i-- {
111 dbg.p2 = append(dbg.p2, (*dbg.revPath)[i])