Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/binutils-2.27/bfd/
H A Dformat.c212 int match_count, best_count, best_match; in bfd_check_format_matches() local
276 best_match = 256; in bfd_check_format_matches()
288 || (*target)->match_priority > best_match) in bfd_check_format_matches()
342 if (match_priority < best_match) in bfd_check_format_matches()
344 best_match = match_priority; in bfd_check_format_matches()
404 && right_targ->match_priority <= best_match) in bfd_check_format_matches()
425 if (right_targ->match_priority <= best_match) in bfd_check_format_matches()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dformat.c219 int match_count, best_count, best_match; in bfd_check_format_matches() local
287 best_match = 256; in bfd_check_format_matches()
355 if (match_priority < best_match) in bfd_check_format_matches()
357 best_match = match_priority; in bfd_check_format_matches()
360 if (match_priority <= best_match) in bfd_check_format_matches()
424 && right_targ->match_priority <= best_match) in bfd_check_format_matches()
445 if (right_targ->match_priority <= best_match) in bfd_check_format_matches()
/dragonfly/contrib/grep/src/
H A Ddfasearch.c336 char const *buflim, *beg, *end, *ptr, *match, *best_match, *mb_start; in EGexecute() local
470 best_match = end; in EGexecute()
484 if (match > best_match) in EGexecute()
503 while (match <= best_match) in EGexecute()
550 if (match < best_match || (match == best_match && len > best_len)) in EGexecute()
553 best_match = match; in EGexecute()
558 if (best_match < end) in EGexecute()
562 beg = best_match; in EGexecute()
/dragonfly/contrib/gdb-7/bfd/
H A Dformat.c210 int match_count, best_count, best_match; in bfd_check_format_matches() local
274 best_match = 256; in bfd_check_format_matches()
286 || (*target)->match_priority > best_match) in bfd_check_format_matches()
330 if (temp->match_priority < best_match) in bfd_check_format_matches()
332 best_match = temp->match_priority; in bfd_check_format_matches()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dspellcheck.h80 class best_match
90 best_match (GOAL_TYPE goal,
H A Dspellcheck-tree.c57 best_match<tree, tree> bm (target); in find_closest_identifier()
H A Dparams.c153 best_match <const char *, const char *> bm (name); in find_param_fuzzy()
H A Dspellcheck.c142 best_match<const char *, const char *> bm (target); in find_closest_string()
H A Dopts.c1647 best_match <const string_fragment &, const char*> bm (arg);
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-spellcheck.h46 class best_macro_match : public best_match<tree, cpp_hashnode *>
H A Dc-spellcheck.cc85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far) in best_macro_match()
H A Dc-common.c7932 best_match<const char *, const char *> bm (goal); in cb_get_suggestion()
/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c3208 struct obj_section *osect, *best_match = NULL; in find_pc_overlay() local
3219 best_match = osect; in find_pc_overlay()
3222 best_match = osect; in find_pc_overlay()
3224 return best_match; in find_pc_overlay()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjdump.c2119 struct jump_info *best_match = current_element; in jump_info_sort() local
2121 bfd_vma best_size = jump_info_size (best_match); in jump_info_sort()
2130 < jump_info_min_address (best_match)))) in jump_info_sort()
2132 best_match = runner; in jump_info_sort()
2139 if (best_match == current_element) in jump_info_sort()
2142 jump_info_move_linked (best_match, current_element, base); in jump_info_sort()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c1081 best_match <tree, const char *> &bm,
5754 best_match <tree, const char *> bm (name); in suggest_alternative_in_explicit_scope()
5827 consider_binding_level (tree name, best_match <tree, const char *> &bm, in consider_binding_level()
5997 best_match <tree, const char *> bm (name); in lookup_name_fuzzy()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c4041 best_match<tree, tree> bm (name); in lookup_name_fuzzy()