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

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/drivers/
H A Dpcap_user.h11 int optimize; member in struct:pcap_data
H A Dpcap_kern.c14 int optimize; member in struct:pcap_init
28 ppri->optimize = init->optimize;
62 .optimize = 0,
83 else if (!strcmp(options[i], "optimize"))
84 init->optimize = 1;
86 init->optimize = 0;
H A Dpcap_user.c62 pri->filter, pri->optimize, netmask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/drivers/
H A Dpcap_user.h11 int optimize; member in struct:pcap_data
H A Dpcap_kern.c14 int optimize; member in struct:pcap_init
28 ppri->optimize = init->optimize;
62 .optimize = 0,
83 else if (!strcmp(options[i], "optimize"))
84 init->optimize = 1;
86 init->optimize = 0;
H A Dpcap_user.c62 pri->filter, pri->optimize, netmask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.exp19 # optimize.exp -- Expect script for testing apps compiled with -O
36 set testfile optimize
50 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug optimize=+O2}] != "" } {
51 untested optimize.exp
115 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {optimize=+O4}] != "" } {
116 untested optimize.exp
H A DMakefile.in4 EXECUTABLES = exception namespace optimize run
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.exp19 # optimize.exp -- Expect script for testing apps compiled with -O
36 set testfile optimize
50 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug optimize=+O2}] != "" } {
51 untested optimize.exp
115 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {optimize=+O4}] != "" } {
116 untested optimize.exp
H A DMakefile.in4 EXECUTABLES = exception namespace optimize run
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.exp19 # optimize.exp -- Expect script for testing apps compiled with -O
36 set testfile optimize
50 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug optimize=+O2}] != "" } {
51 untested optimize.exp
115 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {optimize=+O4}] != "" } {
116 untested optimize.exp
H A DMakefile.in4 EXECUTABLES = exception namespace optimize run
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dregex_constants.h101 constexpr syntax_option_type optimize = 1 << _S_optimize; member in namespace:regex_constants
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex_constants.h94 static constexpr syntax_option_type optimize = 1 << _S_optimize; member in namespace:regex_constants
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_pss.c70 #pragma optimize("g", off)
274 #pragma optimize("",on)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_pss.c70 #pragma optimize("g", off)
274 #pragma optimize("",on)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_pss.c70 #pragma optimize("g", off)
274 #pragma optimize("",on)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/perlasm/
H A Dx86asm.pl74 { my($p1,$p2,$optimize)=@_;
76 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/perlasm/
H A Dx86asm.pl74 { my($p1,$p2,$optimize)=@_;
76 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
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.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/perlasm/
H A Dx86asm.pl74 { my($p1,$p2,$optimize)=@_;
76 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/lib/
H A Dada.exp157 if [regexp "^optimize=" $i] {
158 regsub "^optimize=" $i "" optimize
271 if [info exists optimize] {
272 append add_flags " $optimize";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/lib/
H A Dada.exp157 if [regexp "^optimize=" $i] {
158 regsub "^optimize=" $i "" optimize
271 if [info exists optimize] {
272 append add_flags " $optimize";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/lib/
H A Dada.exp157 if [regexp "^optimize=" $i] {
158 regsub "^optimize=" $i "" optimize
271 if [info exists optimize] {
272 append add_flags " $optimize";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/perlasm/
H A Dx86asm.pl74 { my($p1,$p2,$optimize)=@_;
76 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)

Completed in 276 milliseconds

12345678910