Home
last modified time | relevance | path

Searched refs:bxybest (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c402 int bxybest; in diag() local
431 bxybest = INT_MAX; in diag()
445 if (x + y < bxybest) in diag()
447 bxybest = x + y; in diag()
452 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
462 part->ymid = bxybest - bxbest; in diag()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c402 int bxybest; in diag() local
431 bxybest = INT_MAX; in diag()
445 if (x + y < bxybest) in diag()
447 bxybest = x + y; in diag()
452 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
462 part->ymid = bxybest - bxbest; in diag()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c402 int bxybest; in diag() local
431 bxybest = INT_MAX; in diag()
445 if (x + y < bxybest) in diag()
447 bxybest = x + y; in diag()
452 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
462 part->ymid = bxybest - bxbest; in diag()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c269 int bxybest, bxbest; local
289 bxybest = INT_MAX;
296 if (x + y < bxybest)
298 bxybest = x + y;
304 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff))
314 part->ymid = bxybest - bxbest;
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c267 lin bxybest, bxbest; in diag() local
287 bxybest = LIN_MAX; in diag()
294 if (x + y < bxybest) in diag()
296 bxybest = x + y; in diag()
302 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
312 part->ymid = bxybest - bxbest; in diag()