Searched refs:to (Results 601 - 625 of 1699) sorted by relevance

<<21222324252627282930>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm5 # $^C was only introduced in 5.005-ish. We do this to prevent
102 Test::Simple and Test::More have proven to be popular testing modules,
104 building block upon which to write your own test libraries I<which can
127 $Test ||= bless ['Move along, nothing to see here'], $class;
135 Reinitializes the Test::Builder singleton to its original state.
190 are. You usually only want to call one of these methods.
199 Tells Test::Builder what package you exported your functions to.
219 A convenient way to set up your tests. Call this and Test::Builder
232 die sprintf "You tried to plan twice! Second plan at %s line %d\n",
247 die "Got an undefined number of tests. Looks like you tried to "
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.lite13 # Since this particular file is relevant to all components of FLAC,
55 rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core flac-to-flac-metadata-test-files/out.* metaflac-test-files/out.*
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Ddes-lib.com14 $! It was re-written to try to determine which "C" compiler to try to use
17 $! Specify one of the following to build just that part, specify "ALL" to
28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
31 $! Specify which compiler at P3 to try to compile under.
37 $! If you don't speficy a compiler, it will try to determin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_lib.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
111 /* NB: The caller is specifically setting a method, so it's not up to us
112 * to deal with which ENGINE it comes from. */
277 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
280 return(rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding));
283 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
286 return(rsa->meth->rsa_priv_enc(flen, from, to, rs
289 RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
295 RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_lib.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
111 /* NB: The caller is specifically setting a method, so it's not up to us
112 * to deal with which ENGINE it comes from. */
279 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
282 return(rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding));
285 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
288 return(rsa->meth->rsa_priv_enc(flen, from, to, rs
291 RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
297 RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dconfigure.bat25 rem grants you additional permission to convey the resulting work.
40 echo Type NMAKE to start compiling.
50 echo Type MAKE to start compiling.
58 echo Type mingw32-make to start compiling.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes-lib.com14 $! It was re-written to try to determine which "C" compiler to try to use
17 $! Specify one of the following to build just that part, specify "ALL" to
28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
31 $! Specify which compiler at P3 to try to compile under.
37 $! If you don't speficy a compiler, it will try to determin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead64.S83 mvc 0(4,%r11),264(%r7) # copy prefix register to prefix array
106 slr %r0,%r0 # set cpuid to zero
107 sigp %r1,%r0,0x12 # switch to esame mode
108 sam64 # switch to 64 bit mode
110 lg %r12,.Lparmaddr-.LPG1(%r13) # pointer to parameter area
111 # move IPL device to lowcore
190 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
252 brasl %r14,start_kernel # go to C code
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h99 extern int copy_to_user_proc(void *to, void *from, int size);
100 extern int copy_from_user_proc(void *to, void *from, int size);
114 /* Are we disallowed to sleep? Used to choose between GFP_KERNEL and GFP_ATOMIC. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/au1000/pb1200/
H A Dboard_setup.c23 * with this program; if not, write to the Free Software Foundation, Inc.,
119 /* The Pb1200 development board uses external MUX for PSC0 to
123 #error I2C and SPI are mutually exclusive. Both are physically connected to PSC0.\
124 Refer to Pb1200/Db1200 documentation.
127 /*Hard Coding Value to enable Temp Sensors [bit 14] Value for SOC Au1200. Pls refer documentation*/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dverify_cpu.S29 * The caller needs to check for the error code and take the action
54 pushfl # standard way to check for cpuid
104 jz verify_cpu_no_longmode # only try to force SSE on AMD
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DTest-iri-percent.px9 # Just a sanity check to verify that %-encoded values are always left
25 Link to page 1 <a
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dverify_cpu.S3 to output errors on the screen */
24 pushfl # standard way to check for cpuid
33 pushfl # standard way to check for cpuid
50 /* Some VIA C3s need magic MSRs to enable CX64. Do this here */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dkernel_ex.S4 | This file contains routines to force exception status in the
8 | The bits are tested in gen_except.sa to determine if an exceptional
9 | situation needs to be created on return from the FPSP.
58 | set flag to disable sto_res from corrupting fp register
112 | set flag to disable sto_res from corrupting fp register
131 | aunfl, and ainex to be set on exit.
133 | On entry, a0 points to the exceptional operand. The final exceptional
138 clrl FP_SCR1(%a6) |set exceptional operand to zero
163 sne LOCAL_SGN(%a0) |convert to internal ext format
168 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dmap_ram.c2 * Common code to handle map devices which are simple RAM
38 /* OK. It seems to be RAM. */
74 static int mapram_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
78 map_copy_to(map, to, buf, len);
105 /* Nothing to see here */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c47 * This may be due to the different revisions of the ASIC controller built-in or
55 static int doc_write(struct mtd_info *mtd, loff_t to, size_t len,
82 /* DOC_WaitReady: Wait for RDY line to be asserted by the flash chip */
91 /* Out-of-line routine to wait for chip response */
112 /* This is inline, to optimise the common case, where it's ready instantly */
115 /* 4 read form NOP register should be issued in prior to the read from CDSNControl
120 /* Call the out-of-line routine to wait */
130 /* DoC_Command: Send a flash command to the flash chip through the CDSN Slow IO register to
132 required after writing to CDS
751 doc_write(struct mtd_info *mtd, loff_t to, size_t len, size_t * retlen, const u_char * buf) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-um/
H A Dptrace-x86_64.h14 #define __FRAME_OFFSETS /* Needed to get the R* macros */
79 struct task_struct *to)
84 struct task_struct *to);
78 arch_switch_to_tt(struct task_struct *from, struct task_struct *to) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Dpage.h17 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
23 * These are used to make use of C type-checking..
44 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dclear_user.S7 * We have to make sure that $0 is always up-to-date and contains the
8 * right "bytes left to zero" value (and that it is updated only _after_
22 * bytes left to copy in $0
72 bne $2, 1f # e1 : is there a tail to do?
90 EX( ldq_u $5, 0($6) ) # e0 : load dst word to mask back in
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtopology.h22 * along with this program; if not, write to the Free Software
25 * Send feedback to <colpatch@us.ibm.com>
54 /* Conform to ACPI 2.0 SLIT distance definitions */
57 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
77 * Any architecture that cares to do any tuning to these values should do so
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-stateless15 ./table-to "$charset" | sort > tmp-"$charsetf".INVERSE.TXT
35 # ./table-to "$charset" | sort > "$charsetf".INVERSE.TXT
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntpclient/
H A Dntpclient.c39 /* How to multiply by 4294.967296 quickly (and not quite exactly)
41 * If you want to fix the last 12 microseconds of error, add in
46 /* The reverse of the above, needed if we want to set our microsecond
53 * by 65536, to microseconds. RFC1305 states this time is in seconds,
89 /* OS dependent routine to get the current value of clock frequency.
105 /* OS dependent routine to set a new value of clock frequency.
265 /* it would be even better to subtract half the slop */
274 printf("set time to %lu.%.6lu\n", tv_set.tv_sec, tv_set.tv_usec);
345 fprintf(stderr,"could not bind to udp port %d\n",port);
368 struct timeval to; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dmakerpms.sh5 # The following allows environment variables to override the target directories
6 # the alternative is to have a file in your home directory calles .rpmmacros
10 # Note: Under this directory rpm expects to find the same directories that are under the
63 echo Getting Ready to build release package
H A Dmakerpms.sh.tmpl5 # The following allows environment variables to override the target directories
6 # the alternative is to have a file in your home directory calles .rpmmacros
10 # Note: Under this directory rpm expects to find the same directories that are under the
63 echo Getting Ready to build release package
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dmakerpms.sh5 # Changed by John H Terpstra to build on RH7.2 - should also work for earlier versions jht@samba.org
7 # The following allows environment variables to override the target directories
8 # the alternative is to have a file in your home directory calles .rpmmacros
12 # Note: Under this directory rpm expects to find the same directories that are under the
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
66 echo Getting Ready to build release package

Completed in 152 milliseconds

<<21222324252627282930>>