Home
last modified time | relevance | path

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

1234567

/src/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 Dpf0082.in1 # skip step optimization involving dynaddr, tables, no-route
H A Dpf0081.in1 # skip step optimization involving dynaddr, tables, no-route
H A Dpf0055.in12 set optimization normal
H A Dpf0055.ok23 set optimization normal
/src/contrib/bc/
H A Dbuild.gaml55 optimization: "0"
61 optimization: "3"
66 optimization: "3"
86 optimization: "3"
105 optimization: "3"
122 optimization: "0"
267 optimization: {
270 desc: "The optimization level for the C compiler."
275 desc: "Build with link-time optimization, if available."
H A Dconfigure556 optimization="3"
584 optimization="3"
615 optimization="3"
646 optimization="0"
686 optimization=""
735 O) optimization="$OPTARG" ;;
823 opt=?*) optimization="$LONG_OPTARG" ;;
828 optimization="$1"
1099 if [ -z "$CFLAGS" ] && [ -z "$optimization" ]; then
1110 if [ -n "$optimization" ]; then
[all …]
H A Dconfigure.sh556 optimization="3"
584 optimization="3"
615 optimization="3"
646 optimization="0"
686 optimization=""
735 O) optimization="$OPTARG" ;;
823 opt=?*) optimization="$LONG_OPTARG" ;;
828 optimization="$1"
1099 if [ -z "$CFLAGS" ] && [ -z "$optimization" ]; then
1110 if [ -n "$optimization" ]; then
[all …]
/src/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()
/src/usr.sbin/makefs/
H A Dffs.h59 int optimization; /* optimization (space or time) */ member
H A Dffs.c191 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()
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()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dnew.inc28 // [ptr.launder], pointer optimization barrier
/src/bin/sh/tests/expansion/
H A Dcmdsubst6.01 # This tests if the cmdsubst optimization is still used if possible.
/src/contrib/llvm-project/libcxx/include/
H A D__assert27 // 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.
/src/contrib/ntp/adjtimed/
H A DREADME13 IMPORTANT NOTE: This stuff must be compiled with no optimization !!
/src/sys/crypto/openssl/arm/
H A Dsha512-armv4.S32 @ Profiler-assisted and platform-specific optimization resulted in 7%
H A Daes-armv4.S39 @ Profiler-assisted and platform-specific optimization resulted in 16%
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def211 // 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
/src/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
/src/contrib/ncurses/include/
H A Dcurses.tail215 #define OPTIMIZE_MVCUR 0x01 /* cursor movement optimization */
217 #define OPTIMIZE_SCROLL 0x04 /* scroll optimization */
/src/contrib/ncurses/
H A DREADME175 many other entry points, the cursor-movement optimization, the
186 for numerous fixes and improvements to the optimization logic.
198 for many patches and testing the optimization code.

1234567