HomeSort by: relevance | last modified time | path
    Searched defs:best_match (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/dev/fdt/
fdt_platform.c 49 int match, best_match = 0; local
58 if (match > best_match) {
59 best_match = match;
fdt_console.c 55 int best_match = 0; local
64 if (match > best_match) {
65 best_match = match;
cpufreq_dt.c 366 int match, best_match = 0; local
375 if (match > best_match) {
376 best_match = match;
fdtbus.c 373 int match, best_match, best_pass; local
376 best_match = 0;
391 if (match > best_match) {
392 best_match = match;
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.h 39 class best_match.
83 class best_match class
93 best_match (GOAL_TYPE goal, function in class:best_match
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.h 39 class best_match.
83 class best_match class
93 best_match (GOAL_TYPE goal, function in class:best_match
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
sl.c 459 int *metrics, best_match = INT_MAX; local
473 if (metrics[n] < best_match)
474 best_match = metrics[n];
476 if (best_match == INT_MAX) {
483 if (best_match < 7) {
487 if (metrics[n] == best_match) {
  /src/external/bsd/pkg_install/dist/info/
perform.c 567 char *pattern, *best_match; local
569 best_match = find_best_matching_installed_pkg(pkgname, 1);
570 if (best_match == NULL) {
575 best_match = find_best_matching_installed_pkg(pattern, 1);
579 if (best_match == NULL)
582 puts(best_match);
583 free(best_match);
  /src/external/bsd/pkg_install/dist/lib/
pkg_io.c 235 char *cur_match, *url_pattern, *best_match = NULL; local
240 if ((best_match = fetchUnquoteFilename(*best_url)) == NULL)
243 best_match = NULL;
245 if (best_match && strip_suffix(best_match) == 0) {
246 free(best_match);
274 free(best_match);
282 if (pkg_order(pattern, cur_match, best_match) == 1) {
286 free(best_match);
287 best_match = cur_match
335 struct url *url, *best_match = NULL; local
366 struct url *best_match; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
format.c 386 int match_count, best_count, best_match; local
470 best_match = 256;
537 if (match_priority < best_match)
539 best_match = match_priority;
542 if (match_priority <= best_match)
607 && right_targ->match_priority <= best_match)
628 if (right_targ->match_priority <= best_match)
  /src/external/bsd/tre/dist/src/
agrep.c 194 static int best_match; /* Output only best matches. */ variable
392 if (best_match)
423 if (best_match)
432 if (best_match == 1 && best_cost == 0)
445 if (best_match)
447 if (best_match == 1)
516 if (count_matches && !best_match && !be_silent)
635 best_match = 1;
856 else if (best_match)
878 best_match = 2
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
format.c 453 int match_count, best_count, best_match; local
574 best_match = 256;
655 if (match_priority < best_match)
657 best_match = match_priority;
660 if (match_priority <= best_match)
724 && right_targ->match_priority <= best_match)
745 if (right_targ->match_priority <= best_match)
  /src/external/gpl3/binutils.old/dist/bfd/
format.c 464 int match_count, best_count, best_match; local
564 best_match = 256;
638 if (match_priority < best_match)
640 best_match = match_priority;
643 if (match_priority <= best_match)
708 && right_targ->match_priority <= best_match)
729 if (right_targ->match_priority <= best_match)
  /src/external/gpl3/gdb/dist/bfd/
format.c 406 int match_count, best_count, best_match; local
494 best_match = 256;
561 if (match_priority < best_match)
563 best_match = match_priority;
566 if (match_priority <= best_match)
631 && right_targ->match_priority <= best_match)
652 if (right_targ->match_priority <= best_match)
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 3188 struct obj_section *best_match = NULL;
3201 best_match = osect;
3204 best_match = osect;
3207 return best_match;
3181 struct obj_section *best_match = NULL; local
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 3177 struct obj_section *best_match = NULL;
3190 best_match = osect;
3193 best_match = osect;
3196 return best_match;
3170 struct obj_section *best_match = NULL; local
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 2864 struct jump_info *best_match = current_element;
2866 bfd_vma best_size = jump_info_size (best_match);
2875 < jump_info_min_address (best_match))))
2877 best_match = runner;
2884 if (best_match == current_element)
2887 jump_info_move_linked (best_match, current_element, base);
2859 struct jump_info *best_match = current_element; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 2873 struct jump_info *best_match = current_element;
2875 bfd_vma best_size = jump_info_size (best_match);
2884 < jump_info_min_address (best_match))))
2886 best_match = runner;
2893 if (best_match == current_element)
2896 jump_info_move_linked (best_match, current_element, base);
2868 struct jump_info *best_match = current_element; local

Completed in 56 milliseconds