Searched refs:first_match (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dpredict.c98 using first_match heuristics. */
413 bool first_match = false; local
458 first_match = true;
466 bb, !first_match);
468 bb, first_match);
471 if (first_match)
483 !first_match || best_predictor == predictor);
526 bool first_match = false; local
595 first_match = true;
602 !first_match);
[all...]
/freebsd-12-stable/usr.bin/grep/
H A Dutil.c57 static bool first_match = true; variable
200 if (!first_match && (!mc->same_file || mc->last_outed > 0))
218 first_match = false;
/freebsd-12-stable/contrib/tcsh/
H A Dsh.set.c249 int first_match = 0; local
266 first_match = 1;
270 if (*v && eq(*v, STRml) && !first_match) {
319 if (first_match)

Completed in 199 milliseconds