Home
last modified time | relevance | path

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

123456

/freebsd/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/contrib/bc/
H A Dconfigure146 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 Dconfigure.sh715 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 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/usr.sbin/makefs/
H A Dffs.h59 int optimization; /* optimization (space or time) */ member
H A Dffs.c176 { '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 Dffs.c176 { '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 Dcmdsubst6.01 # This tests if the cmdsubst optimization is still used if possible.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnew.cppm
/freebsd/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.
/freebsd/contrib/ntp/adjtimed/
H A DREADME13 IMPORTANT NOTE: This stuff must be compiled with no optimization !!
/freebsd/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%
/freebsd/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
/freebsd/contrib/ncurses/include/
H A Dcurses.tail171 #define OPTIMIZE_MVCUR 0x01 /* cursor movement optimization */
173 #define OPTIMIZE_SCROLL 0x04 /* scroll optimization */
/freebsd/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/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

123456