Searched refs:fmid (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/diff/src/
H A Danalyze.c101 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
103 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */
106 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd
109 fd[fmid] = xoff;
188 lin dd = d - fmid;

Completed in 239 milliseconds