Searched refs:to (Results 226 - 250 of 1717) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
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...]
H A Dx_unfl.S11 | it is equal to the denormalized exponent for the destination
12 | format. After denormalization, the result is rounded to the
17 | operand needs to made available to the user with a bias of $6000
18 | added to the exponent.
65 | to b1238_fix.
80 | It is possible to have either inex2 or inex1 exceptions with the
82 | inex2 or inex1 occurred, we must clean up and branch to the
99 | to b1238_fix.
120 | to b1238_fi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772dma.S9 @ Number of bytes left to DMA
13 @ Place to put/get data from in DMA
49 subs r8,r8,#1 @ One less byte to go
50 @ If there was somewhere for this data to go then store it and update pointers
55 @ Cant branch because this code has been copied down to the FIQ vector
69 subs r9,r9,#1 @ One less byte to go
72 strplb r12,[r8,#0xc] @ write it to FDC data reg
76 @ Cant branch because this code has been copied down to the FIQ vector
84 @ Setup the FIQ R11 to point to th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S11 /* Signature words to ensure LILO loaded us right */
43 .word kernel_version # pointing to kernel version string
57 # heap_end_ptr to tell how much
67 setup_move_size: .word 0x8000 # size to move, when setup is not
69 # to 0x90000 then just before jumping
72 # us also needs to be loaded.
93 # space from here (exclusive) down to
100 # to the kernel command line.
164 # Routine to print asciiz string at ds:si
198 # We now have to fin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddc21285.c30 * This is really ugly, but it seams to be the only
31 * realiable way to do it, as the cpld state machine
41 * we want to write a bit pattern XXX1 to Xilinx to enable
49 * let the ISA bus to catch on...
78 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
80 memcpy(to, (void*)(map->virt + from), len);
108 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
113 dc21285_write32(map, d, to);
120 dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
132 dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-accounts21 # along with this program; if not, write to the Free Software
26 # to ldap
37 # Read pwdump entries on stdin, and add them to the ldap server.
39 # in pwdump format to stdout.
40 # Errors, debug and stats are output to stderr.
45 # bind to a directory with dn and password
55 $modify->code && die "failed to modify entry: ", $modify->error ;
71 print " -A <opts> option string passed verbatim to smbldap-useradd for persons\n";
72 print " -W <opts> option string passed verbatim to smbldap-useradd for computers\n";
73 print " -C if entry not found, don't create it and log it to stdou
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S7 # the reminder r of the division is to be stored to &__r and
8 # the quotient q is to be returned
13 st %r2,24(%r15) # store pointer to reminder for later
25 ahi %r1,1 # trick part 2: add 1 to the quotient
30 alr %r0,%r2 # add (d>>1) to r
47 nr %r3,%r4 # test next to last bit of n
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsram-fn.S4 * Omap2 specific functions that need to be run in internal SRAM
21 * along with this program; if not, write to the Free Software
55 str r3, [r2] @ go to L1-freq operation
65 addeq r11, r11, #0x8 @ if cs1 base, move to DLLB
66 mvn r9, #0x4 @ mask to get clear bit2
70 str r10, [r11] @ commit to DLLA_CTRL
71 bl i_dll_wait @ wait for dll to lock
78 mov r9, #0x0 @ shift back to L0-voltage
83 str r3, [r2] @ go to L0-freq operation
86 sub r11, r11, #0x4 @ move from status to ctr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Ddma.c49 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
55 .hw_addr.to = S3C2410_PA_SPI + S3C2410_SPTDAT,
61 .hw_addr.to = S3C2410_PA_SPI + 0x20 + S3C2410_SPTDAT,
67 .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH,
73 .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH,
79 .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH,
97 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml2.spec15 This library allows to manipulate XML files. It includes support
16 to read, modify and write XML and HTML files. There is DTDs support
21 to select subnodes or ranges. A flexible Input/Output mechanism is
22 available, with existing HTTP and FTP modules and combined to an
26 Summary: Libraries, includes, etc. to develop XML and HTML applications
33 Libraries, include files, etc you can use to develop XML applications.
34 This library allows to manipulate XML files. It includes support
35 to read, modify and write XML and HTML files. There is DTDs support
40 to select subnodes or ranges. A flexible Input/Output mechanism is
41 available, with existing HTTP and FTP modules and combined to a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dpage.h36 * We don't need to check for alignment etc.
39 static inline void copy_page(void *to, void *from) argument
49 : "=a" (to), "=a" (from), "=d" (tmp)
50 : "0" (to), "1" (from) , "2" (PAGE_SIZE / 32 - 1)
78 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
85 #define copy_user_page(to, from, vaddr, page) \
86 do { copy_page(to, from); \
91 * These are used to make use of C type-checking..
108 /* to alig
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex41 % we use the underscore package to change this default behavior.
45 % left to the typesetting engine to place them in the "optimal" spot. These
46 % docs however expect pictures to be placed in a *specific* position. So we
48 % To still be able to use captions, we use the capt-of package.
56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
66 % Map DocBook's <programlisting> to fancyvrb's Verbatim environment
76 % Redefine \~ to generate something that looks more appropriate when used in text.
80 % file. Helps you to not forget to resolv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/nbp/
H A Dnbp_rgstr.c39 struct sockaddr_at to; local
55 memset(&to, 0, sizeof(to));
56 if ((s = netddp_open(&to, NULL)) < 0)
110 to.sat_port = nbp_port;
113 (struct sockaddr *)&to,
132 (struct sockaddr *)&to, &namelen )) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_rgstr.c39 struct sockaddr_at to; local
55 memset(&to, 0, sizeof(to));
56 if ((s = netddp_open(&to, NULL)) < 0)
110 to.sat_port = nbp_port;
113 (struct sockaddr *)&to,
132 (struct sockaddr *)&to, &namelen )) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A DMakefile.am21 EXTRA_DIST=xstc.py xstc-to-python.xsl
29 # Rule to load the test description and extract the informations
38 echo "Missing the test suite description (2004-01-14), trying to fetch it" ;\
41 else echo "Dont' know how to fetch $(TARBALLURL_2)" ; fi ; fi ; fi)
50 echo "Missing the test suite description (2002-01-16), trying to fetch it" ;\
53 else echo "Dont' know how to fetch $(TARBALLURL)" ; fi ; fi ; fi)
68 nist-test.py: Tests/Metadata/$(NISTTESTDEF_2) xstc-to-python.xsl
72 $(srcdir)/xstc-to-python.xsl \
76 ms-test.py: Tests/Metadata/$(MSTTESTDEF) xstc-to-python.xsl
80 $(srcdir)/xstc-to
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1 # DB_File.pm -- Perl 5 interface to Berkeley DB
247 Fcntl->import(@O); # first we import what we want to export
470 die "pos unexpectedly changed from $old_pos to $pos with R_IBEFORE"
579 DB_File - Perl5 access to Berkeley DB version 1.x
622 B<DB_File> is a module which allows Perl programs to make use of the
629 Berkeley DB is a C library which provides a consistent interface to a
630 number of database formats. B<DB_File> provides an interface to all
639 This database type allows arbitrary key/value pairs to be stored in data
640 files. This is equivalent to the functionality provided by other
646 applications, is built into Berkeley DB. If you do need to us
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_signal.c52 int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from) argument
56 if (!access_ok (VERIFY_WRITE, to, sizeof(compat_siginfo_t)))
62 to avoid security leaks, but must copy the generic
64 This routine must convert siginfo from 64bit to 32bit as well
66 err = __put_user(from->si_signo, &to->si_signo);
67 err |= __put_user(from->si_errno, &to->si_errno);
68 err |= __put_user((short)from->si_code, &to->si_code);
70 err |= __copy_to_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE);
75 err |= __put_user(from->si_int, &to->si_int);
78 err |= __put_user(from->si_pid, &to
108 copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dset_env.bat4 rem Batch file to assist in setting up the necessary enviroment for
32 rem Define path to the Metrowerks command line tools
37 rem If using gnu make define path to utility
40 rem If using ms nmake define path to nmake
46 rem Update path to include tool paths
53 rem Set MWCIncludes to location of Novell NDK includes
58 rem Set Imports to location of Novell NDK import files
62 rem Set PRELUDE to the absolute path of the prelude object to link with in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dcmode.S66 # Shift argument left by 24 bits to fit in SWCMODE register later.
76 # to access SDRAM and the internal resources.
80 # (4) Preload a series of following instructions to the instruction
109 # (7) Set '1' to the DRCN.SR bit, and change SDRAM to the
110 # self-refresh mode. Execute the dummy load to all memory
111 # devices set to cacheable on the external bus side in parallel
127 # (11) Set the value of CMODE that you want to change to
131 # (12) Set '1' to th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-queue.c18 along with this program; if not, write to the Free Software
58 /* clear the buffer if it is going to be enqueued to the free queue */
90 struct ivtv_queue *to, int clear, int full)
94 list_move_tail(from->list.next, &to->list);
107 to->buffers++;
108 to->length += s->buf_size;
109 to->bytesused += buf->bytesused - buf->readpos;
112 /* Move 'needed_bytes' worth of buffers from queue 'from' into queue 'to'.
113 If 'needed_bytes' == 0, then move all buffers from 'from' into 'to'
89 ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *to, int clear, int full) argument
129 ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, struct ivtv_queue *to, int needed_bytes) argument
[all...]

Completed in 143 milliseconds

1234567891011>>