Searched refs:to (Results 201 - 225 of 1699) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dusb-control.h29 void (*power_control)(int port, int to);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Duaccess.h25 * address of an instruction that is allowed to fault, and the second is
27 * modified, so it is entirely up to the continuation code to figure out
28 * what to do.
32 * we don't even have to jump over them. Further, they do not intrude
45 * code generates any references to them, that's a bug.
90 * which read from user space (*get_*) need to take care not to leak
91 * kernel data even if the calling code is buggy and fails to check
95 * main code path. When we only write to use
398 copy_from_user(void *to, const void __user *from, unsigned long n) argument
407 copy_to_user(void __user *to, const void *from, unsigned long n) argument
417 clear_user(void __user *to, unsigned long n) argument
[all...]
H A Dpage.h21 /* to align the pointer to the (next) page boundary */
42 * We have the following to choose from:
111 void (*cpu_copy_user_page)(void *to, const void *from,
127 extern void __cpu_copy_user_page(void *to, const void *from,
132 #define copy_user_page(to,from,vaddr,pg) __cpu_copy_user_page(to, from, vaddr)
135 extern void copy_page(void *to, const void *from);
141 * These are used to make use of C type-checking..
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dpage.h27 extern void clear_page(void *to);
28 extern void copy_page(void *to, void *from);
31 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
34 * These are used to make use of C type-checking..
62 /* Align the pointer to the (next) page boundary */
67 * permanently to the physical addresses 0x00000000 -> 0x1fffffff when
68 * segmentation is enabled. We want to make use of this in order to
76 * in that case, so we'll have to mas
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dpage.h20 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
23 #define copy_user_page(to, from, vaddr,pg) copy_page(to, from)
26 * These are used to make use of C type-checking..
51 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s8 / Update the lock word pointed to by p with the
17 l r2,64+0(sp) / R2 -> word to update
25 b 2(,r14) / Return to caller
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex16 Vorbis is a general purpose perceptual audio CODEC intended to allow
17 maximum encoder flexibility, thus allowing it to scale competitively
22 without resampling to a lower rate. Vorbis is also intended for
23 lower and higher sample rates (from 8kHz telephony to 192kHz digital
25 polyphonic, stereo, quadraphonic, 5.1, ambisonic, or up to 255
31 Modified Discrete Cosine Transform. The codec is structured to allow
32 addition of a hybrid wavelet filterbank in Vorbis II to offer better
33 transient response and reproduction using a transform better suited to
46 to which they are pre-decoded into a cache is the dominant factor in
59 decodable; this is not to b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Dp_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.
113 int EVP_PKEY_copy_parameters(EVP_PKEY *to, EVP_PKEY *from) argument
115 if (to->type != from->type)
127 if (to->type == EVP_PKEY_DSA)
132 if (to->pkey.dsa->p != NULL) BN_free(to->pkey.dsa->p);
133 to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacl_mappings.h35 u_int32_t to; member in struct:ace_rights_map
75 u_int32_t to; member in struct:nfsv4_to_darwin_flags_map
89 u_int16_t to; member in struct:darwin_to_nfsv4_flags_map
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A Dhead.S3 * This used to be the rescue code but now that is handled by the
4 * RedBoot based RFL instead. Nothing to see here, move along.
20 ;; Copy 68KB NAND flash to Internal RAM (if NAND boot)
32 jump $r10 ; Jump to decompresser
37 jump $r10 ; Jump to decompresser
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dsiginfo.h40 int _sys_private; /* not to be passed to user */
128 copy_siginfo (siginfo_t *to, siginfo_t *from) argument
131 memcpy(to, from, sizeof(siginfo_t));
134 memcpy(to, from, 4*sizeof(int) + sizeof(from->_sifields._sigchld));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dprocessor.h37 unsigned long (*copy_from_user)(void *to, const void *from, unsigned long sz);
38 unsigned long (*copy_to_user)(void *to, const void *from, unsigned long sz);
40 unsigned long (*strncpy_from_user)(char *to, const char *from, unsigned long sz);
102 /* Prepare to copy thread state - unlazy all lazy status */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbinstr.S5 | Description: Converts a 64-bit binary integer to bcd.
8 | d0, and a pointer to start in memory for bcd characters
9 | in d0. (This pointer must point to byte 4 of the first
15 | The 64-bit binary is assumed to have a decimal point before
21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the
23 | to force the first byte formed to have a 0 in the upper 4 bits.
26 | Copy the fraction in d2:d3 to d4:d5.
41 | from d0 to memory.
50 | d1: temp used to for
[all...]
H A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
5 | register A6 to extended-precision value in FP0.
13 | Speed: The program decbin takes ??? cycles to execute.
24 | A1. Convert the bcd exponent to binary by successive adds and muls.
25 | Set the sign according to SE. Subtract 16 to compensate
26 | for the mantissa which is to be interpreted as 17 integer
30 | A2. Convert the bcd mantissa to binary by successive
31 | adds and muls in FP0. Set the sign according to SM.
39 | exponent equal to th
[all...]
H A Dbugfix.S6 | relating to the Floating-Point Software Package (FPSP)
14 | * the handler permanently to improve throughput.
17 | * corresponds to FP0, bit 17 corresponds to FP1,
35 | /* Note: for 6d43b or 8d43b, you may want to add the following code
36 | * to get better coverage. (If you do not insert this code, the part
66 | * Otherwise, we would have to include OVFL/UNFL handler
67 | * code here to get the correct answer.
80 | /* Make sure that the cmdreg3b dest reg is not going to
115 | * Otherwise, we would have to includ
[all...]
H A Dsacos.S8 | Input: Double-extended number X in location pointed to
14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
15 | result is subsequently rounded to double precision. The
23 | 1. If |X| >= 1, go to 3.
30 | 3. If |X| > 1, go to 5.
104 fadds #0x00800000,%fp0 |cause an inexact exception to be put
H A Dscale.S9 | The entry point sscale is called from do_func to emulate
15 | Output: The function returns scale(X,Y) to fp0.
53 smi L_SCR1(%a6) |use L_SCR1 to hold sign
83 | move it to d0.
88 fmovel %fp0,%d0 |int src to d0
93 | Source is positive. Add the src to the dest exponent.
100 addl %d0,%d1 |add src to dest exp
110 fmovex FPTEMP(%a6),%fp0 |write result to fp0
138 fmovex FPTEMP(%a6),%fp0 |write result to fp0
142 | Source is negative. Add the src to th
[all...]
H A Dbindec.S8 | to bcd format.
11 | a0 points to the input extended precision value
13 | to 32-bits. The input may be either normalized,
44 | LEN is the number of digits to be displayed. The
47 | after the decimal point which are to be included as
49 | If LEN is computed to be greater than 17, set OPERR in
53 | SCALE is equal to 10^ISCALE, where ISCALE is the number
54 | of decimal places needed to insure LEN integer digits
55 | in the output before conversion to bcd. LAMBDA is the
63 | RZ mode is forced for the scaling operation to insur
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm9 # Can't use Carp because it might cause use_ok() to accidentally succeed
10 # even though the module being used forgot to use Carp. Yes, this
67 # Various ways to say "ok"
119 which you can switch to once you get the hang of basic testing.
121 The purpose of this module is to provide a wide range of testing
122 utilities. Various ways to say "ok" with better diagnostics,
123 facilities to skip tests, test future features and compare complicated
131 how many tests your script is going to run to protect against premature
134 The preferred way to d
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java85 private TupleOutput to; field in class:BindingSpeedTest
220 to = null;
282 to = new TupleOutput(buf);
288 to.reset();
289 new Data().writeTuple(to);
292 to.getBufferBytes(), to.getBufferOffset(),
293 to.getBufferLength());
296 return to.getBufferLength();
324 to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddead005.tcl9 # to the deadlock detector.
22 maxlocks { set to m }
23 maxwrites { set to W }
24 minlocks { set to n }
25 minwrites { set to w }
29 -h $testdir -a $to >& $testdir/dd.out &]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsyscalls.c70 * With ARCH_SET_FS (and ARCH_SET_GS is treated similarly to
71 * be safe), we need to call arch_prctl on the host because
77 * So, the saved registers are stored to the process (this
78 * needed because a stub may have been the last thing to run),
90 * With these two, we read to a local pointer and
91 * put_user it to the userspace pointer that we were
93 * faulted in or is just bogus), we want put_user to
144 void arch_switch_to_skas(struct task_struct *from, struct task_struct *to) argument
146 if((to->thread.arch.fs == 0) || (to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S6 Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
19 along with this program; if not, write to the Free Software
26 It is called from the kernel with code similar to this:
33 The kernel expects the emulator to return via one of two possible
34 points of return it passes to the emulator. The emulator, if
35 successful in its emulation, jumps to ret_from_exception and the
36 kernel takes care of returning control from the trap to the user code.
37 If the emulator is unable to emulate the instruction, it returns to
49 points `fpa11' to i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dpage.h35 static inline void copy_page(void *to, void *from) argument
41 : : "a" (to), "a" (from), "d" (reg0)
61 : : "a" (to), "a" (from) : "memory");
65 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
71 * These are used to make use of C type-checking..
152 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhighmem.h60 panic("Enable CONFIG_HIGHMEM to use kmap_atomic_pfn_prot!!!\n"), \
99 * Same but also flushes aliased cache contents to RAM.
124 static inline void copy_user_highpage(struct page *to, struct page *from, argument
130 vto = kmap_atomic(to, KM_USER1);
131 copy_user_page(vto, vfrom, vaddr, to);
140 static inline void copy_highpage(struct page *to, struct page *from) argument
145 vto = kmap_atomic(to, KM_USER1);

Completed in 457 milliseconds

1234567891011>>