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

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfstrcmp.c165 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
167 int fmin = fmid;
168 int fmax = fmid; /* Limits of top-down search. */
172 int odd = (fmid - bmid) & 1;
178 fd[fmid] = xoff;
293 dd = d - fmid;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Danalyze.c108 int const fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */
113 int odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd
116 fd[fmid] = xoff;
196 int dd = d - fmid;
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Danalyze.c106 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
108 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */
111 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd
114 fd[fmid] = xoff;
194 lin dd = d - fmid;

Completed in 116 milliseconds