Searched refs:destination (Results 51 - 75 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dcsumpartial.S35 * destination pointers. Note that when we get here, C = 0
111 tst buf, #3 @ Test destination alignment
112 blne .Lnot_aligned @ align destination, return here
H A Dcsumpartialcopygeneric.S29 * Align an unaligned destination pointer. We know that
55 * destination pointers. Note that when we get here, C = 0
96 tst dst, #3 @ Test destination alignment
97 blne .Ldst_unaligned @ align destination, return here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S80 | a1 - user destination address
111 | a1 - supervisor destination address
237 | a0 - user destination address
259 | a0 - user destination address
283 | a0 - user destination address
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c174 const char *destination; member in struct:copy_type
600 new->u.copy.destination = xstrdup(p[1]);
818 char source[STRING_LENGTH], destination[STRING_LENGTH]; local
833 expand_expression(destination, STRING_LENGTH, entry->u.copy.destination,
837 if (!make_dir_tree(destination) || lstat(source, &source_stat) != 0)
839 lstat(destination, &dest_stat);
845 ret = copy_inode(destination, &dest_stat, new_mode, source, &source_stat);
847 error_logger(LOG_ERR, "copy_inode: %s to %s", source, destination);
968 <destpath> The destination pat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dhead.S110 move.d hereami, $r1 ; destination
122 move.d hereami2, $r1 ; destination
126 move.d _edata, $r2 ; end destination
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_operr.S79 | If the destination size is B,W,or L, the operr must be
245 | is required to determine the destination.
277 movel EXC_EA(%a6),%a1 |put user destination address in a1
306 | with correct data written to the destination.
H A Dx_unfl.S11 | it is equal to the denormalized exponent for the destination
13 | destination format.
224 | ;If destination format is sgl/dbl,
H A Dskeleton.S394 | a1 - user destination address
401 | the 68040 always reads the destination address and thus the page
439 | a1 - supervisor destination address
443 | destination address on the supervisor stack. Also like mem_write,
473 movel 8(%sp),%a1 | destination
489 movel 8(%sp),%a1 | destination
H A Dutil.S10 | g_dfmtou: returns the destination format.
74 | This forces the destination precision to be extended
164 | This sets the round precision according to the destination size.
169 | ;for fmovout, the destination format
325 | get destination format - this is the also the rounding precision
349 | For move out instructions (opclass 011) the destination format
433 | g_dfmtou --- put destination format in d0{1:0}
H A Dscale.S4 | The entry point sSCALE computes the destination operand
12 | Input: Double-extended destination operand in FPTEMP,
296 | The destination is a denormalized number. It must be handled
H A Dx_store.S83 bfextu %d0{#6:#3},%d0 |extract destination register
103 | a0 -> destination address
174 | a0 -> destination address
229 tstl %a0 |users destination address
230 beqs sgl_Dn |destination is a data register
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dhead.S167 l32i a4, a2, 0 # start destination (in RAM)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dif.c229 p = c->destination;
497 if (connected->destination)
498 prefix_free (connected->destination);
524 p = connected->destination;
H A Dregex.c315 /* Assumes a `char *destination' variable. */
317 (destination = (char *) alloca (nsize), \
318 memcpy (destination, source, osize))
535 #define STORE_NUMBER(destination, number) \
537 (destination)[0] = (number) & 0377; \
538 (destination)[1] = (number) >> 8; \
545 #define STORE_NUMBER_AND_INCR(destination, number) \
547 STORE_NUMBER (destination, number); \
548 (destination) += 2; \
554 #define EXTRACT_NUMBER(destination, sourc
3200 char *destination; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Dripd.c575 for the destination prefix. If there is no such route, add
583 /* - Setting the destination prefix and length to those in
837 /* Check if the destination address is valid (unicast; not net 0
843 u_int32_t destination;
846 destination = ntohl (addr.s_addr);
848 if (IPV4_NET127 (destination))
852 if (IPV4_NET0 (destination) && destination != 0)
856 if (IN_CLASSA (destination))
858 if (IN_CLASSB (destination))
840 u_int32_t destination; local
1267 u_int32_t destination; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl510 expected <count>, <source>, <destination>
594 print STDERR "source = $src_reg, data = $data8 , destination = $dst_reg\n"
610 Either source and destination registers must be the same,
611 or either source or destination register must be SFBR.
626 MEMORY <length>, <source>, <destination>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacpiosxf.h256 void acpi_os_redirect_output(void *destination);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex57 destination address and not-fragmentable extensions headers (i.e.\
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
321 label, it will not be reused with different destination and options at least
401 \item \verb|Dst| is IPv6 destination address.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S86 subq $16,$3,$16 # E : $16 is new aligned destination
110 * $16 Current destination address
153 * The wh64 is issued on for the starting destination address for trip +2
263 subq $16,$3,$16 # E : $16 is new aligned destination
287 * $16 Current destination address
330 * The wh64 is issued on for the starting destination address for trip +2
450 subq $16,$3,$16 # E : $16 is new aligned destination
474 * $16 Current destination address
517 * The wh64 is issued on for the starting destination address for trip +2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dcopy_user_memcpy.S8 ! Entry: ARG0: destination pointer
12 ! Exit: RESULT: destination pointer
43 and destination pointers are equally aligned, because the stlo/sthi pairs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c287 /* Assumes a `char *destination' variable. */
289 (destination = (char *) alloca (nsize), \
290 memcpy (destination, source, osize))
603 # define STORE_NUMBER(destination, number) \
605 *(destination) = (UCHAR_T)(number); \
608 # define STORE_NUMBER(destination, number) \
610 (destination)[0] = (number) & 0377; \
611 (destination)[1] = (number) >> 8; \
620 # define STORE_NUMBER_AND_INCR(destination, number) \
622 STORE_NUMBER (destination, numbe
669 extract_number_and_incr(int *destination, UCHAR_T **source) argument
4544 char *destination; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Drelocate_kernel.S12 * moves the new kernel to its destination...
17 * %r6 holds the destination address
60 tml %r5,0x1 # is it a destination page?
H A Drelocate_kernel64.S12 * moves the new kernel to its destination...
17 * %r6 holds the destination address
62 tml %r5,0x1 # is it a destination page?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dkimagerescue.S91 move.d CODE_START, $r3 ; destination counter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_util.S95 | %a0 = destination (ptr to struct fp_ext)
424 * FP operators, and before any conversion into the destination

Completed in 326 milliseconds

123456