Home
last modified time | relevance | path

Searched refs:optimization (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd-13.1/sbin/pfctl/tests/files/
H A Dpf0052.ok1 set optimization normal
2 set optimization satellite
3 set optimization high-latency
4 set optimization conservative
5 set optimization aggressive
H A Dpf0052.in3 set optimization normal
4 set optimization satellite
5 set optimization high-latency
6 set optimization conservative
7 set optimization aggressive
H A Dpf0022.in1 set optimization aggressive
H A Dpf0022.ok1 set optimization aggressive
H A Dpf0081.in1 # skip step optimization involving dynaddr, tables, no-route
H A Dpf0082.in1 # skip step optimization involving dynaddr, tables, no-route
H A Dpf0055.in12 set optimization normal
H A Dpf0055.ok23 set optimization normal
/freebsd-13.1/contrib/ofed/librdmacm/examples/
H A Driostream.c84 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 Drstream.c86 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 Dconfigure671 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 Dconfigure.sh671 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 DREADME.md121 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 Dffs.h61 int optimization; /* optimization (space or time) */ member
H A Dffs.c195 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 Dcmdsubst6.02 # This tests if the cmdsubst optimization is still used if possible.
/freebsd-13.1/contrib/googletest/googletest/xcode/Config/
H A DDebugProject.xcconfig13 // No optimization
/freebsd-13.1/contrib/ntp/adjtimed/
H A DREADME13 IMPORTANT NOTE: This stuff must be compiled with no optimization !!
/freebsd-13.1/sys/crypto/openssl/arm/
H A Dsha256-armv4.S33 @ Profiler-assisted and platform-specific optimization resulted in 16%
H A Dsha512-armv4.S33 @ Profiler-assisted and platform-specific optimization resulted in 7%
/freebsd-13.1/contrib/ncurses/include/
H A Dcurses.tail171 #define OPTIMIZE_MVCUR 0x01 /* cursor movement optimization */
173 #define OPTIMIZE_SCROLL 0x04 /* scroll optimization */
/freebsd-13.1/contrib/sqlite3/tea/win/
H A Drules.vc271 !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 DREADME174 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 DREADME.txt68 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 DValueProfilePlugins.inc11 // particular optimization.

123456