Searched refs:optimization (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.h59 int optimization; /* optimization (space or time) */ member in struct:__anon8785
H A Dffs.c176 { 'o', "optimization", NULL, OPT_STRBUF,
188 ffs_opts->optimization= -1;
232 ffs_opts->optimization = FS_OPTTIME;
234 ffs_opts->optimization = FS_OPTSPACE;
236 warnx("Invalid optimization `%s'", buf);
346 if (ffs_opts->optimization == -1)
347 ffs_opts->optimization = DEFAULTOPT;
466 fs->optimization == FS_OPTSPACE ? "space" : "time");
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S26 @ Profiler-assisted and platform-specific optimization resulted in 16%
H A Daes-armv4.S33 @ Profiler-assisted and platform-specific optimization resulted in 16%
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c84 static enum rs_optimization optimization; variable in typeref:enum:rs_optimization
343 if (optimization == opt_latency) {
346 } else if (optimization == opt_bandwidth) {
519 optimization = opt_latency;
533 optimization = opt_bandwidth;
H A Drstream.c86 static enum rs_optimization optimization; variable in typeref:enum:rs_optimization
303 if (optimization == opt_latency) {
306 } else if (optimization == opt_bandwidth) {
518 optimization = opt_latency;
538 optimization = opt_bandwidth;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql38 Same as in V1 schema, except that it uses the `WITHOUT ROWID` optimization:
41 Note that this optimization is only supported starting from SQLite version
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk87 # Logic to set up correct gcc optimization flag. This must be included
339 # not a nice optimization.
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c107 static int opt; /* optimization preference (space or time) */
135 opt = ffs_opts->optimization;
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1538 --disable-flto Disable link-time optimization (gcc specific option)

Completed in 135 milliseconds