Searched refs:best (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-10.1-release/contrib/texinfo/info/
H A Dinfomap.c374 terminals do not match their termcap entries, so it's best to just
629 terminals do not match their termcap entries, so it's best to just
971 terminals do not match their termcap entries, so it's best to just
1085 terminals do not match their termcap entries, so it's best to just
1262 terminals do not match their termcap entries, so it's best to just
1387 terminals do not match their termcap entries, so it's best to just
/freebsd-10.1-release/contrib/ntp/
H A DMakefile.in251 GZIP_ENV = --best
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8321 int len, best = INT_MAX, nmatched = 0;
8350 (len = dtrace_hash_collisions(dtrace_bymod, &template)) < best) {
8351 best = len;
8356 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
8357 best = len;
8362 (len = dtrace_hash_collisions(dtrace_byname, &template)) < best) {
8363 best = len;
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-ia64.c631 /* The best template for a particular sequence of up to three
2858 best to estimate. */
6361 the rest match, then this idesc will give the best error message. */
6697 /* Determine template: user user_template if specified, best match
7402 int i, j, k, t, goodness, best, ok; local
7495 /* Compute the table of best templates. We compute goodness as a
7498 units that are best suited for issuing the NOP. */
7503 best = 0;
7535 if (goodness > best)
7537 best
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/
H A DMakefile.in337 GZIP_ENV = --best
/freebsd-10.1-release/sys/cam/ctl/
H A Dctl.c1402 int i, best; local
1441 best = -1;
1446 best = i;
1451 iid = best;
3100 * So, from the user's standpoint, the best thing to do is
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A DMakefile.in718 GZIP_ENV = --best

Completed in 359 milliseconds

1234