Home
last modified time | relevance | path

Searched refs:too_expensive (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c108 int too_expensive; member
398 if (c >= ctxt->too_expensive) in diag()
627 ctxt.too_expensive = 1; in gl_once_define()
631 ctxt.too_expensive <<= 1; in gl_once_define()
632 if (ctxt.too_expensive < 256) in gl_once_define()
633 ctxt.too_expensive = 256; in gl_once_define()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c108 int too_expensive; member
398 if (c >= ctxt->too_expensive) in diag()
627 ctxt.too_expensive = 1; in gl_once_define()
631 ctxt.too_expensive <<= 1; in gl_once_define()
632 if (ctxt.too_expensive < 256) in gl_once_define()
633 ctxt.too_expensive = 256; in gl_once_define()
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c108 int too_expensive; member
398 if (c >= ctxt->too_expensive) in diag()
627 ctxt.too_expensive = 1; in gl_once_define()
631 ctxt.too_expensive <<= 1; in gl_once_define()
632 if (ctxt.too_expensive < 256) in gl_once_define()
633 ctxt.too_expensive = 256; in gl_once_define()
/netbsd/external/gpl2/xcvs/dist/diff/
H A Danalyze.c45 static int too_expensive; /* Edit scripts longer than this are too variable
266 if (c >= too_expensive)
942 too_expensive = 1;
945 too_expensive <<= 1;
946 too_expensive = max (256, too_expensive);
/netbsd/external/gpl2/diffutils/dist/src/
H A Danalyze.c53 static lin too_expensive; /* Edit scripts longer than this are too variable
264 if (c >= too_expensive) in diag()
926 too_expensive = 1; in diff_2_files()
928 too_expensive <<= 1; in diff_2_files()
929 too_expensive = MAX (256, too_expensive); in diff_2_files()
/netbsd/external/gpl2/diffutils/dist/
H A DChangeLog1862 * analyze.c (too_expensive): New variable, for heuristic to
1869 struct partition. Apply `too_expensive' heuristic. Tune.