| /mirbsd/src/lib/libc/net/ |
| D | inet_ntop.c | 107 struct { int base, len; } best, cur; in inet_ntop6() local 120 best.base = -1; in inet_ntop6() 130 if (best.base == -1 || cur.len > best.len) in inet_ntop6() 131 best = cur; in inet_ntop6() 137 if (best.base == -1 || cur.len > best.len) in inet_ntop6() 138 best = cur; in inet_ntop6() 140 if (best.base != -1 && best.len < 2) in inet_ntop6() 141 best.base = -1; in inet_ntop6() 150 if (best.base != -1 && i >= best.base && in inet_ntop6() 151 i < (best.base + best.len)) { in inet_ntop6() [all …]
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_negotiation.c | 1366 accept_rec *best = NULL, *star = NULL; in set_language_quality() local 1454 if (!best || in set_language_quality() 1455 (bestthistag && bestthistag->quality > best->quality)) { in set_language_quality() 1456 best = bestthistag; in set_language_quality() 1473 ((best && star->quality > best->quality) || in set_language_quality() 1474 (!best)) ) { in set_language_quality() 1475 best = star; in set_language_quality() 1479 variant->lang_quality = best ? best->quality : fiddle_q; in set_language_quality() 1807 var_rec *best, float *p_bestq) in is_variant_better_rvsa() argument 1860 if (variant->encoding_quality > best->encoding_quality) { in is_variant_better_rvsa() [all …]
|
| /mirbsd/src/usr.bin/ssh/ |
| D | dh.c | 128 int best, bestcount, which; in choose_dh() local 140 best = bestcount = 0; in choose_dh() 151 if ((dhg.size > wantbits && dhg.size < best) || in choose_dh() 152 (dhg.size > best && best < wantbits)) { in choose_dh() 153 best = dhg.size; in choose_dh() 156 if (dhg.size == best) in choose_dh() 173 dhg.size != best || in choose_dh()
|
| /mirbsd/src/sys/dev/isa/ |
| D | isapnp.c | 405 struct isa_attach_args *c, *best, *f = *ipa; local 415 for (best = c = f; c != NULL; c = c->ipa_sibling) { 418 if (c->ipa_pref < best->ipa_pref) 419 best = c; 422 best->ia_isa = isa; 424 error = isapnp_testconfig(sc->sc_iot, sc->sc_memt, best, 0); 427 if (best == f) 430 for (c = f; c->ipa_sibling != best; c = c->ipa_sibling) 432 c->ipa_sibling = best->ipa_sibling; 436 best->ipa_pref = ISAPNP_DEP_CONFLICTING; [all …]
|
| /mirbsd/src/usr.bin/oldroff/hunt/ |
| D | hunt2.c | 68 int nf = 0, best = 0, nterm = 0, i, g, j; local 269 best=0; 271 if (coord[j]>best) best = coord[j]; 273 fprintf(stderr, "colevel %d best %d\n", colevel, best); 275 reached = best; 277 if (coord[j]==best)
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cpu-sh.c | 436 unsigned int best = ~arch_set; in sh_get_bfd_mach_from_arch_set() local 460 if (((try & ~arch_set) < (best & ~arch_set) in sh_get_bfd_mach_from_arch_set() 461 || ((try & ~arch_set) == (best & ~arch_set) in sh_get_bfd_mach_from_arch_set() 462 && (~try & arch_set) < (~best & arch_set))) in sh_get_bfd_mach_from_arch_set() 466 best = try; in sh_get_bfd_mach_from_arch_set()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/Constant/ |
| D | Base.pm | 498 my @best = (1e38, ~0); 535 if ($rms < $best[0] || ($rms == $best[0] && ($max - $min) < $best[1])) { 536 @best = ($rms, $max - $min, $i, \%spread); 540 unless defined $best[2]; 542 my ($offset, $best) = @best[2,3]; 551 foreach my $char (sort keys %$best) { 567 @{$items}{@{$best->{$char}}}) {
|
| /mirbsd/src/usr.bin/tsort/ |
| D | tsort.c | 551 unsigned int best; in find_good_cycle_break() local 554 best = UINT_MAX; in find_good_cycle_break() 563 if (n->refs != 0 && n->refs < best) { in find_good_cycle_break() 564 best = n->refs; in find_good_cycle_break() 577 unsigned int best; in find_smallest_node() local 580 best = UINT_MAX; in find_smallest_node() 586 if (n->refs != 0 && n->order < best) { in find_smallest_node() 587 best = n->order; in find_smallest_node() 758 unsigned int best; in find_longest_cycle() local 790 best = n->refs; in find_longest_cycle() [all …]
|
| /mirbsd/src/usr.sbin/ntpd/ |
| D | client.c | 331 int i, best = 0, good = 0; in client_update() local 343 best = i; in client_update() 349 if (p->reply[i].delay < p->reply[best].delay) in client_update() 350 best = i; in client_update() 355 (int)((p->reply[best].delay + .0005) * 1000.)); in client_update() 360 memcpy(&p->update, &p->reply[best], sizeof(p->update)); in client_update() 363 if (p->reply[i].rcvd <= p->reply[best].rcvd) in client_update()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/ |
| D | bestmx_is_local.m4 | 30 # If we are the best MX for a site, then we want to accept 33 # listed us as their best MX. 36 # lower cost method is to list all the expected best MX hosts
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m68k-dis.c | 1207 const struct m68k_opcode * best, in match_insn_m68k() argument 1227 for (d = best->args; *d; d += 2) in match_insn_m68k() 1267 if (p - buffer < 4 && (best->match & 0xFFFF) != 0) in match_insn_m68k() 1273 && (best->match & 0xffff) == 0xffff in match_insn_m68k() 1274 && best->args[0] == '#' in match_insn_m68k() 1275 && best->args[1] == 'w') in match_insn_m68k() 1289 d = best->args; in match_insn_m68k() 1314 best->name, best->args); in match_insn_m68k() 1325 d = best->args; in match_insn_m68k() 1327 info->fprintf_func (info->stream, "%s", best->name); in match_insn_m68k()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | symtab.c | 818 struct partial_symbol *best = NULL, *p, **pp; in find_pc_sect_psymbol() local 852 best = p; in find_pc_sect_psymbol() 876 best = p; in find_pc_sect_psymbol() 880 return best; in find_pc_sect_psymbol() 1977 struct linetable_entry *best = NULL; in find_pc_sect_line() local 2146 if (prev && prev->line && (!best || prev->pc > best->pc)) in find_pc_sect_line() 2148 best = prev; in find_pc_sect_line() 2152 if (best_end <= best->pc) in find_pc_sect_line() 2159 if (best && i < len && item->pc > best->pc in find_pc_sect_line() 2184 else if (best->line == 0) in find_pc_sect_line() [all …]
|
| D | macrotab.c | 499 struct macro_source_file *best = NULL; in macro_lookup_inclusion() local 511 if (! best || result_depth < best_depth) in macro_lookup_inclusion() 513 best = result; in macro_lookup_inclusion() 519 return best; in macro_lookup_inclusion()
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | analyze.c | 193 int best; local 195 best = 0; 204 if (v > best 215 best = v; 223 if (best > 0) 230 best = 0; 239 if (v > best 250 best = v; 258 if (best > 0)
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/ |
| D | const-c.inc | 28 /* Offset 7 gives the best switch position. */ 96 /* Offset 8 gives the best switch position. */ 175 /* Offset 7 gives the best switch position. */ 282 /* Offset 7 gives the best switch position. */ 316 /* Offset 2 gives the best switch position. */
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTStyle.c | 224 HTStyle *best = 0; in HTStyleForRun() local 251 best = scan; in HTStyleForRun() 258 return best; in HTStyleForRun()
|
| /mirbsd/src/gnu/usr.bin/texinfo/util/ |
| D | texindex.c | 1503 struct linebuffer *best = 0; in merge_direct() local 1513 (!best || in merge_direct() 1514 0 < compare_general (best->buffer, thisline[i]->buffer, in merge_direct() 1517 best = thisline[i]; in merge_direct() 1527 best->buffer, 0L, 1L, num_keyfields - 1))) in merge_direct() 1528 indexify (best->buffer, ostream); in merge_direct() 1529 prev_out = best; in merge_direct()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/fallback/ |
| D | const-c.inc | 28 /* Offset 4 gives the best switch position. */ 84 /* Offset 6 gives the best switch position. */ 214 /* Offset 4 gives the best switch position. */ 272 /* Offset 9 gives the best switch position. */ 446 /* Offset 6 gives the best switch position. */
|
| /mirbsd/src/usr.bin/patch/ |
| D | pch.c | 1479 char *best = NULL; in best_name() local 1503 best = names[i].path; in best_name() 1505 if (best == NULL) { in best_name() 1524 best = names[i].path; in best_name() 1530 if (best == NULL && ok_to_create_file && in best_name() 1532 best = names[NEW_FILE].path; in best_name() 1535 return best ? savestr(best) : NULL; in best_name()
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | README | 16 The best way to build this library is to build it as part of SSLeay. 36 These routines are best compiled with gcc or any other good
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | elf.texi | 5 Currently, the best supported back ends are for sparc and i386
|
| /mirbsd/src/share/doc/legal/ |
| D | 1stREAD | 74 To the best of our ("our" as in, The MirOS Project, as defi- 78 the best of our knowledge, the advertising clauses listed in
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Manifest.pm | 436 best($from,$to), last STRICT_SWITCH if $how eq 'best'; 480 sub best { subroutine
|
| /mirbsd/src/lib/libssl/src/crypto/ripemd/ |
| D | README | 5 off the pace since I only get 1050 cycles, while the best is 1013.
|
| /mirbsd/src/lib/libssl/src/crypto/des/asm/ |
| D | readme | 68 which seems ok. For the pentium, this system appears to be the best. 80 So the technique that produces the best results on a pentium, according to 122 273,000 per second. He had a previous version at 250,000 and the best
|