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

/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, argument
100 lin const dmax = xlim - yoff; /* Maximum valid diagonal. */
102 lin const bmid = xlim - ylim; /* Center diagonal of bottom-up search. */
110 bd[bmid] = xlim;
130 while (x < xlim && y < ylim && xv[x] == yv[y])
195 && xoff + SNAKE_LIMIT <= x && x < xlim
226 lin v = (xlim - x) * 2 + dd;
230 && xoff < x && x <= xlim - SNAKE_LIMIT
269 lin x = MIN (fd[d], xlim);
296 if ((xlim
330 compareseq(lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal) argument
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dnetworkdelta.c151 median(float a, float *eps_ptr, long *x, long *xlim, unsigned int gnuf) argument
154 /* long *x, *xlim; */ /* the data */
184 for (xptr = x; xptr != xlim; xptr++) {
242 if (((x - xlim) % 2) != 0) { /* even number of points? */

Completed in 100 milliseconds