HomeSort by: relevance | last modified time | path
    Searched defs:fmid (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fstrcmp.c 181 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
183 int fmin = fmid;
184 int fmax = fmid; /* Limits of top-down search. */
188 int odd = (fmid - bmid) & 1;
194 fd[fmid] = xoff;
309 dd = d - fmid;
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fstrcmp.c 181 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
183 int fmin = fmid;
184 int fmax = fmid; /* Limits of top-down search. */
188 int odd = (fmid - bmid) & 1;
194 fd[fmid] = xoff;
309 dd = d - fmid;
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
fstrcmp.c 181 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ local
183 int fmin = fmid;
184 int fmax = fmid; /* Limits of top-down search. */
188 int odd = (fmid - bmid) & 1;
194 fd[fmid] = xoff;
309 dd = d - fmid;
  /src/external/gpl2/diffutils/dist/src/
analyze.c 106 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;
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 108 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;

Completed in 46 milliseconds