| /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;
|
| fdtbus.c | 373 int match, best_match, best_pass; local 376 best_match = 0; 391 if (match > best_match) { 392 best_match = match;
|
| cpufreq_dt.c | 366 int match, best_match = 0; local 375 if (match > best_match) { 376 best_match = 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/gcc/dist/gcc/c-family/ |
| c-spellcheck.h | 43 /* Specialization of best_match<> for finding the closest preprocessor 46 class best_macro_match : public best_match<tree, cpp_hashnode *>
|
| c-spellcheck.cc | 85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-spellcheck.h | 43 /* Specialization of best_match<> for finding the closest preprocessor 46 class best_macro_match : public best_match<tree, cpp_hashnode *>
|
| c-spellcheck.cc | 85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far)
|
| /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/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
|
| spellcheck-tree.cc | 57 best_match<tree, tree> bm (target);
|
| spellcheck.cc | 170 best_match<const char *, const char *> bm (target);
|
| /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
|
| spellcheck-tree.cc | 57 best_match<tree, tree> bm (target);
|
| spellcheck.cc | 170 best_match<const char *, const char *> bm (target);
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_mm.h | 80 int best_match);
|
| drm_mm.c | 283 unsigned alignment, int best_match) 309 if (!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/gpl3/gdb.old/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/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/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 | 452 int match_count, best_count, best_match; local 578 best_match = 256; 650 if (match_priority < best_match) 652 best_match = match_priority; 655 if (match_priority <= best_match) 720 && right_targ->match_priority <= best_match) 741 if (right_targ->match_priority <= best_match)
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| asyncserver.py | 905 best_match = self._find_best_match(zone.origin, self._root) 907 self._move_children(best_match, added_node) 908 best_match.children.append(added_node)
|