/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0052.ok | 1 set optimization normal 2 set optimization satellite 3 set optimization high-latency 4 set optimization conservative 5 set optimization aggressive
|
H A D | pf0052.in | 3 set optimization normal 4 set optimization satellite 5 set optimization high-latency 6 set optimization conservative 7 set optimization aggressive
|
H A D | pf0022.in | 1 set optimization aggressive
|
H A D | pf0022.ok | 1 set optimization aggressive
|
H A D | pf0081.in | 1 # skip step optimization involving dynaddr, tables, no-route
|
H A D | pf0082.in | 1 # skip step optimization involving dynaddr, tables, no-route
|
H A D | pf0055.in | 12 set optimization normal
|
H A D | pf0055.ok | 23 set optimization normal
|
/freebsd/contrib/bc/ |
H A D | configure | 146 printf ' Set the optimization level. This can also be included in the CFLAGS,\n' 715 optimization="3" 749 optimization="3" 785 optimization="3" 821 optimization="0" 890 optimization="" 946 O) optimization="$OPTARG" ;; 1039 opt=?*) optimization="$LONG_OPTARG" ;; 1044 optimization="$1" 1411 optimization [all...] |
H A D | configure.sh | 715 optimization="3" 749 optimization="3" 785 optimization="3" 821 optimization="0" 890 optimization="" 946 O) optimization="$OPTARG" ;; 1039 opt=?*) optimization="$LONG_OPTARG" ;; 1044 optimization="$1" 1411 optimization="3" 1417 if [ -z "$CFLAGS" ] && [ -z "$optimization" ]; then [all …]
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | riostream.c | 84 static enum rs_optimization optimization; variable 343 if (optimization == opt_latency) { in set_options() 346 } else if (optimization == opt_bandwidth) { in set_options() 519 optimization = opt_latency; in run() 533 optimization = opt_bandwidth; in run()
|
H A D | rstream.c | 86 static enum rs_optimization optimization; variable 303 if (optimization == opt_latency) { in set_options() 306 } else if (optimization == opt_bandwidth) { in set_options() 518 optimization = opt_latency; in run() 538 optimization = opt_bandwidth; in run()
|
/freebsd/usr.sbin/makefs/ |
H A D | ffs.h | 59 int optimization; /* optimization (space or time) */ member
|
H A D | ffs.c | 176 { 'o', "optimization", NULL, OPT_STRBUF, in ffs_prep_opts() 191 ffs_opts->optimization= -1; in ffs_prep_opts() 236 ffs_opts->optimization = FS_OPTTIME; in ffs_parse_opts() 238 ffs_opts->optimization = FS_OPTSPACE; in ffs_parse_opts() 240 warnx("Invalid optimization `%s'", buf); in ffs_parse_opts() 357 if (ffs_opts->optimization == -1) in ffs_validate() 358 ffs_opts->optimization = DEFAULTOPT; in ffs_validate() 479 fs->optimization == FS_OPTSPACE ? "space" : "time");
|
H A D | ffs.c | 176 { 'o', "optimization", NULL, OPT_STRBUF, in ffs_prep_opts() 191 ffs_opts->optimization= -1; in ffs_prep_opts() 236 ffs_opts->optimization = FS_OPTTIME; in ffs_parse_opts() 238 ffs_opts->optimization = FS_OPTSPACE; in ffs_parse_opts() 240 warnx("Invalid optimization `%s'", buf); in ffs_parse_opts() 357 if (ffs_opts->optimization == -1) in ffs_validate() 358 ffs_opts->optimization = DEFAULTOPT; in ffs_validate() 479 fs->optimization == FS_OPTSPACE ? "space" : "time"); in ffs_dump_fsinfo()
|
/freebsd/bin/sh/tests/expansion/ |
H A D | cmdsubst6.0 | 1 # This tests if the cmdsubst optimization is still used if possible.
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | new.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __assert | 27 // assumptions without a clear optimization intent, disable that to avoid worsening the code … 28 // See https://discourse.llvm.org/t/llvm-assume-blocks-optimization/71609 for a discussion.
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | README | 13 IMPORTANT NOTE: This stuff must be compiled with no optimization !!
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | sha512-armv4.S | 32 @ Profiler-assisted and platform-specific optimization resulted in 7%
|
H A D | aes-armv4.S | 39 @ Profiler-assisted and platform-specific optimization resulted in 16%
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 211 // The optimization options affect frontend options, whicn in turn do affect the AST. 318 CODEGENOPT(LinkBitcodePostopt, 1, 0) ///< Link builtin bitcodes after optimization pipeline. 350 /// vtable optimization. 354 /// optimization. 395 /// Whether to report the hotness of the code region for optimization remarks. 401 /// Whether we should use the undefined behaviour optimization for control flow
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.tail | 171 #define OPTIMIZE_MVCUR 0x01 /* cursor movement optimization */ 173 #define OPTIMIZE_SCROLL 0x04 /* scroll optimization */
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 271 !message *** Doing profile guided optimization instrumentation 274 !message *** Doing profile guided optimization 438 This compiler does not support profile guided optimization. 446 This compiler does not support profile guided optimization.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 68 there are numerous optimization-related hooks that can be overridden in 75 MemIntrinsicResults pass to do this optimization on calls too. That would also
|