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

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dpcap_user.h11 int optimize; member in struct:pcap_data
H A Dpcap_kern.c16 int optimize; member in struct:pcap_init
30 ppri->optimize = init->optimize;
69 .optimize = 0,
90 else if(!strcmp(options[i], "optimize"))
91 init->optimize = 1;
93 init->optimize = 0;
H A Dpcap_user.c64 pri->filter, pri->optimize, netmask);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcsharpcomp.h37 bool optimize, bool debug,
H A Djavacomp.h71 bool optimize, bool debug,
H A Dcsharpcomp.c69 bool optimize, bool debug,
101 + 2 * libraries_count + (optimize ? 1 : 0) + (debug ? 1 : 0)
121 if (optimize)
175 bool optimize, bool debug,
361 bool optimize, bool debug,
428 + (optimize ? 1 : 0) + (debug ? 1 : 0) + sources_count;
456 if (optimize)
457 *argp++ = "-optimize+";
512 bool optimize, bool debug,
526 optimize, debu
62 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
168 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
354 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
505 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.c205 bool optimize, bool debug,
221 if (optimize)
237 if (optimize)
288 bool optimize, bool debug,
302 + (ftarget_option ? 1 : 0) + (optimize ? 1 : 0) + (debug ? 1 : 0)
329 if (optimize)
373 bool optimize, bool debug,
384 1 + (source_option ? 2 : 0) + (target_option ? 2 : 0) + (optimize ? 1 : 0)
400 if (optimize)
438 bool optimize, boo
201 compile_using_envjavac(const char *javac, const char * const *java_sources, unsigned int java_sources_count, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
282 compile_using_gcj(const char * const *java_sources, unsigned int java_sources_count, bool no_assert_option, bool fsource_option, const char *source_version, bool ftarget_option, const char *target_version, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
368 compile_using_javac(const char * const *java_sources, unsigned int java_sources_count, bool source_option, const char *source_version, bool target_option, const char *target_version, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
435 compile_using_jikes(const char * const *java_sources, unsigned int java_sources_count, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
2069 compile_java_class(const char * const *java_sources, unsigned int java_sources_count, const char * const *classpaths, unsigned int classpaths_count, const char *source_version, const char *target_version, const char *directory, bool optimize, bool debug, bool use_minimal_classpath, bool verbose) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_pss.c70 #pragma optimize("g", off)
268 #pragma optimize("",on)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A DMakefile.vms21 OPTIMFLAGS = /optimize
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.vms23 OPTIMFLAGS = /optimize
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/libbcmcrypto/
H A DMakefile55 optimize: libbcmcrypto.so
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_skey.c88 #pragma optimize("g",off)
144 #pragma optimize("",on)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.vms21 OPTIMFLAGS = /optimize
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A DMakefile.vms21 OPTIMFLAGS = /optimize
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/
H A DMakefile44 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/
H A DMakefile28 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86unix.pl231 local($p1,$p2,$optimize)=@_;
232 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.sol2gcc-64x13 -fno-optimize-sibling-calls -O2 -D_ASM_INLINES \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure1494 --enable-fast-install=PKGS optimize for fast installation default=yes
7658 # Whether or not to optimize for fast installation.
8120 optimize=""
8158 optimize="$1"
8600 optimize=""
8614 optimize="$optimize -fomit-frame-pointer"
8637 test -n "$optimize" && CFLAGS="$CFLAGS $optimize"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfigure1019 --enable-fast-install=PKGS optimize for fast installation default=yes
7350 # Whether or not to optimize for fast installation.
7812 optimize=""
7850 optimize="$1"
8716 optimize=""
8734 optimize="$optimize -fomit-frame-pointer"
8756 test -n "$optimize" && CFLAGS="$CFLAGS $optimize"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h525 u8 optimize; member in struct:ncr_driver_setup
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dmakefile.sas20 CFLAGS= nostackcheck data=near parms=register optimize $(ARCHFLAGS) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dchecksum.S433 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/
H A DMakefile527 CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S82 @@ read the row and check if it is null, almost null, or not, according to strongarm specs, it is not necessary to optimize ldr accesses (i.e. split 32bits in 2 16bits words), at least it gives more usable registers :)

Completed in 290 milliseconds

123