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

1234

/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex1297 % their "best" equivalent, based on the @documentencoding. Right
1963 % be smaller yet, but lllsize is the best we can do for now.
3241 % control sequences and just writes whatever the best ASCII sort string
3549 % Do our best not to break after the initial.
4130 % 3) Likewise, headings look best if no \parindent is used, and
5742 % is the best we can do for now. makeinfo does not expand macros in the
5931 % are best written with fairly long node names, containing hyphens, this
6361 % float "here". But it seemed the best name for the future.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1393 % their "best" equivalent, based on the @documentencoding. Right
2126 % be smaller yet, but lllsize is the best we can do for now.
3414 % control sequences and just writes whatever the best ASCII sort string
3723 % Do our best not to break after the initial.
4304 % 3) Likewise, headings look best if no \parindent is used, and
5938 % is the best we can do for now. makeinfo does not expand macros in the
6129 % are best written with fairly long node names, containing hyphens, this
6562 % float "here". But it seemed the best name for the future.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex1298 % their "best" equivalent, based on the @documentencoding. Right
2025 % be smaller yet, but lllsize is the best we can do for now.
3312 % control sequences and just writes whatever the best ASCII sort string
3621 % Do our best not to break after the initial.
4202 % 3) Likewise, headings look best if no \parindent is used, and
5814 % is the best we can do for now. makeinfo does not expand macros in the
6003 % are best written with fairly long node names, containing hyphens, this
6433 % float "here". But it seemed the best name for the future.
/freebsd-10.0-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.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7361 int len, best = INT_MAX, nmatched = 0;
7390 (len = dtrace_hash_collisions(dtrace_bymod, &template)) < best) {
7391 best = len;
7396 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
7397 best = len;
7402 (len = dtrace_hash_collisions(dtrace_byname, &template)) < best) {
7403 best = len;
/freebsd-10.0-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...]

Completed in 493 milliseconds

1234