Searched refs:too_expensive (Results 1 – 6 of 6) sorted by relevance
108 int too_expensive; member398 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()
45 static int too_expensive; /* Edit scripts longer than this are too variable266 if (c >= too_expensive)942 too_expensive = 1;945 too_expensive <<= 1;946 too_expensive = max (256, too_expensive);
53 static lin too_expensive; /* Edit scripts longer than this are too variable264 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()
1862 * analyze.c (too_expensive): New variable, for heuristic to1869 struct partition. Apply `too_expensive' heuristic. Tune.