| /freebsd-13.1/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-13.1/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-13.1/contrib/bc/ |
| H A D | configure | 671 optimization="" 721 O) optimization="$OPTARG" ;; 817 opt=?*) optimization="$LONG_OPTARG" ;; 822 optimization="$1" 1126 optimization="3" 1132 if [ -z "$CFLAGS" ] && [ -z "$optimization" ]; then 1148 if [ -n "$optimization" ]; then 1149 CFLAGS="-O$optimization $CFLAGS"
|
| H A D | configure.sh | 671 optimization="" 721 O) optimization="$OPTARG" ;; 817 opt=?*) optimization="$LONG_OPTARG" ;; 822 optimization="$1" 1126 optimization="3" 1132 if [ -z "$CFLAGS" ] && [ -z "$optimization" ]; then 1148 if [ -n "$optimization" ]; then 1149 CFLAGS="-O$optimization $CFLAGS"
|
| H A D | README.md | 121 For the default build with optimization, use the following commands in the root 229 2. `-flto` (link-time optimization) 233 Link-time optimization, in particular, speeds up the `bc` a lot. This is because 234 when link-time optimization is turned on, the optimizer can look across files 238 `bc`'s performance, at least when building with link-time optimization. See the
|
| /freebsd-13.1/usr.sbin/makefs/ |
| H A D | ffs.h | 61 int optimization; /* optimization (space or time) */ member
|
| H A D | ffs.c | 195 ffs_opts->optimization= -1; in ffs_prep_opts() 240 ffs_opts->optimization = FS_OPTTIME; in ffs_parse_opts() 242 ffs_opts->optimization = FS_OPTSPACE; in ffs_parse_opts() 359 if (ffs_opts->optimization == -1) in ffs_validate() 360 ffs_opts->optimization = DEFAULTOPT; in ffs_validate() 477 fs->optimization == FS_OPTSPACE ? "space" : "time"); in ffs_dump_fsinfo()
|
| /freebsd-13.1/bin/sh/tests/expansion/ |
| H A D | cmdsubst6.0 | 2 # This tests if the cmdsubst optimization is still used if possible.
|
| /freebsd-13.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | DebugProject.xcconfig | 13 // No optimization
|
| /freebsd-13.1/contrib/ntp/adjtimed/ |
| H A D | README | 13 IMPORTANT NOTE: This stuff must be compiled with no optimization !!
|
| /freebsd-13.1/sys/crypto/openssl/arm/ |
| H A D | sha256-armv4.S | 33 @ Profiler-assisted and platform-specific optimization resulted in 16%
|
| H A D | sha512-armv4.S | 33 @ Profiler-assisted and platform-specific optimization resulted in 7%
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | curses.tail | 171 #define OPTIMIZE_MVCUR 0x01 /* cursor movement optimization */ 173 #define OPTIMIZE_SCROLL 0x04 /* scroll optimization */
|
| /freebsd-13.1/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-13.1/contrib/ncurses/ |
| H A D | README | 174 many other entry points, the cursor-movement optimization, the 185 for numerous fixes and improvements to the optimization logic. 197 for many patches and testing the optimization code.
|
| /freebsd-13.1/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
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 11 // particular optimization.
|