HomeSort by: relevance | last modified time | path
    Searched refs:optimization (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/lib/libcurses/PSD.doc/
appen.C 86 using only the motion optimization,
107 .sh 2 "Motion optimization"
109 The following example shows how motion optimization
115 They should instead use motion optimization.
121 is a good candidate for simple motion optimization.
  /src/usr.sbin/makefs/
ffs.h 55 int optimization; /* optimization (space or time) */ member in struct:__anon8497
ffs.c 187 { 'o', "optimization", NULL, OPT_STRBUF,
188 0, 0, "Optimization (time|space)" },
201 ffs_opts->optimization= -1;
246 ffs_opts->optimization = FS_OPTTIME;
248 ffs_opts->optimization = FS_OPTSPACE;
250 warnx("Invalid optimization `%s'", buf);
360 if (ffs_opts->optimization == -1)
361 ffs_opts->optimization = DEFAULTOPT;
467 fs->optimization == FS_OPTSPACE ? "space" : "time");
  /src/distrib/sun2/ramdisk/
Makefile 9 MAKEFS_FLAGS+= -f 15 -o density=3072,bsize=4096,fsize=512,optimization=space
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
aes-armv4.S 39 @ Profiler-assisted and platform-specific optimization resulted in 16%
sha512-armv4.S 32 @ Profiler-assisted and platform-specific optimization resulted in 7%
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
aes-armv4.S 39 @ Profiler-assisted and platform-specific optimization resulted in 16%
sha512-armv4.S 32 @ Profiler-assisted and platform-specific optimization resulted in 7%
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
sha256-armv4.S 32 @ Profiler-assisted and platform-specific optimization resulted in 16%
sha512-armv4.S 32 @ Profiler-assisted and platform-specific optimization resulted in 7%
  /src/usr.bin/make/
test-variants.mk 98 # This higher optimization level may trigger additional "may be used
154 # Turning the optimization off is required because gcov does not work on the
155 # source code level but on the intermediate code after optimization:
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 41 ownership of the module [m] if successful with the desired optimization
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
copyi.asm 46 C The K7 can do a 64-bit load and 64-bit store in one cycle (optimization
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
aors_n.asm 56 C optimization tool suite written by David Harvey and Torbjorn Granlund.
aorsmul_1.asm 56 C optimization tool suite written by David Harvey and Torbjorn Granlund.
mul_1.asm 55 C optimization tool suite written by David Harvey and Torbjorn Granlund.
mul_2.asm 55 C This code is the result of running a code generation and optimization tool
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
aors_n.asm 56 C optimization tool suite written by David Harvey and Torbjorn Granlund.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
aorsmul_1.asm 56 C optimization tool suite written by David Harvey and Torbjorn Granlund.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
aorsmul_1.asm 57 C optimization tool suite written by David Harvey and Torbjörn Granlund.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
addmul_2.asm 55 C This code is the result of running a code generation and optimization tool
  /src/external/gpl3/gcc/dist/gcc/
ipa.cc 268 Again we remove them after inlining. In late optimization some
843 tree optimization,
880 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (decl) = optimization;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa.cc 267 Again we remove them after inlining. In late optimization some
842 tree optimization,
879 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (decl) = optimization;
  /src/external/lgpl3/gmp/dist/mpn/pa64/
sqr_diagonal.asm 34 dnl for optimization.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
aors_n.asm 56 C optimization tool suite written by David Harvey and Torbjorn Granlund.

Completed in 51 milliseconds

1 2 3