| /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 | build.gaml | 55 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 D | configure.sh | 556 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 D | configure | 140 printf ' Set the optimization level. This can also be included in the CFLAGS,\n' 556 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" ]; the [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 | 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() 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/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRAttrs.td | 74 "A module-level attribute that holds the optimization information"; 76 The `#cir.opt_info` attribute holds optimization related information. For 80 The `level` parameter gives the optimization level. It must be an integer 84 The `size` parameter gives the code size optimization level. It must be an 88 The `level` and `size` parameters correspond to the optimization level
|
| /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/include/ |
| H A D | __assert | 27 // optimization intent. See https://discourse.llvm.org/t/llvm-assume-blocks-optimization/71609 for a
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | new.inc | 28 // [ptr.launder], pointer optimization barrier
|
| H A D | new.cppm | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 211 // The optimization options affect frontend options, which in turn do affect the AST. 325 CODEGENOPT(LinkBitcodePostopt, 1, 0, Benign) ///< Link builtin bitcodes after optimization pipeline. 357 /// vtable optimization. 361 /// optimization. 405 /// Whether to report the hotness of the code region for optimization remarks. 411 /// Whether we should use the undefined behaviour optimization for control flow 468 /// by the Windows kernel to enable import call optimization.
|
| /freebsd/sys/crypto/openssl/arm/ |
| H A D | sha512-armv4.S | 32 @ Profiler-assisted and platform-specific optimization resulted in 7%
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DirectXPassRegistry.def | 34 MODULE_PASS("dxil-post-optimization-validation", DXILPostOptimizationValidation())
|