Searched refs:optimize (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr43562.c7 __attribute__ ((optimize ("O2")))
H A Dpr43564.c10 __attribute__ ((optimize ("O2")))
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Djavacomp.h41 bool optimize, bool debug,
H A Dcsharpcomp.h38 bool optimize, bool debug,
H A Dcsharpcomp.c73 bool optimize, bool debug,
105 + 2 * libraries_count + (optimize ? 1 : 0) + (debug ? 1 : 0)
125 if (optimize)
179 bool optimize, bool debug,
319 bool optimize, bool debug,
386 + (optimize ? 1 : 0) + (debug ? 1 : 0) + sources_count;
412 if (optimize)
413 *argp++ = "-optimize+";
468 bool optimize, bool debug,
482 optimize, debu
66 compile_csharp_using_pnet(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
172 compile_csharp_using_mono(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
312 compile_csharp_using_sscli(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
461 compile_csharp_class(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool optimize, bool debug, bool verbose) argument
[all...]
H A Djavacomp.c87 bool optimize, bool debug,
116 if (optimize)
132 if (optimize)
268 2 + (optimize ? 1 : 0) + (debug ? 1 : 0) + (directory != NULL ? 2 : 0)
275 if (optimize)
346 1 + (optimize ? 1 : 0) + (debug ? 1 : 0) + (directory != NULL ? 2 : 0)
352 if (optimize)
425 1 + (optimize ? 1 : 0) + (debug ? 1 : 0) + (directory != NULL ? 2 : 0)
431 if (optimize)
82 compile_java_class(const char * const *java_sources, unsigned int java_sources_count, const char * const *classpaths, unsigned int classpaths_count, const char *directory, bool optimize, bool debug, bool use_minimal_classpath, bool verbose) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.exp17 # optimize.exp -- Expect script for testing apps compiled with -O
34 set testfile optimize
48 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug optimize=+O2}] != "" } {
49 untested optimize.exp
113 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {optimize=+O4}] != "" } {
114 untested optimize.exp
H A DMakefile.in4 EXECUTABLES = exception namespace optimize run
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dinit-regs.c54 if (optimize == 1)
118 if (optimize == 1)
131 return optimize > 0;
H A Dtree-ssa-loop.c480 || optimize >= 3, true);
521 ret = tree_unroll_loops_completely (optimize >= 3, false);
533 return optimize >= 2;
H A Dflags.h107 extern int optimize;
109 /* Nonzero means optimize for size. -Os. */
348 optimize on the assumption that values in the type never overflow.
H A Dtree-optimize.c60 return (optimize >= 1
130 return (optimize >= 1
365 if (optimize && cgraph_global_info_ready)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dopt-2.c1 /* Test the attribute((optimize)) really works. Do this test by checking
17 #pragma GCC optimize (3, "unroll-all-loops", "-fprefetch-loop-arrays")
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/string/
H A Dbzero.S39 cmpldi 7, 5, 7 # only optimize if len >= 8
42 rldicl. 0, 3, 0, 61 # only optimize if aligned
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A DMakefile31 COPTS.ifconfig.c+= -fno-loop-optimize
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dswapcontext.S53 mov %o1, %g2 ! optimize `return'
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dsol2-10.h59 if (optimize >= 1) \
/netbsd-6-1-5-RELEASE/lib/libbz2/
H A DMakefile26 COPTS.blocksort.c+= -fno-loop-optimize
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libuniname/
H A DMakefile.vms15 OPTIMFLAGS = /optimize
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dsparcv9a-mont.S29 and %o0,-2048,%o0 ! optimize TLB utilization
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dsparcv9a-mont.S29 and %o0,-2048,%o0 ! optimize TLB utilization
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsol2-10.h99 if (optimize >= 1) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dflags.h87 extern int optimize;
89 /* Nonzero means optimize for size. -Os. */
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/string/
H A Dbzero.S73 bnz 1f ! if so, cannot optimize
87 bnz 1f ! if so, cannot optimize
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dmakefile25 etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \
115 optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
155 optimize.o32: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h

Completed in 340 milliseconds

1234567891011>>