Searched refs:dst (Results 1 - 25 of 5052) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dmemset.c69 register char *dst __asm__ ("r13") = pdst;
75 if ((unsigned long) dst & 1)
77 *dst = (char) lc;
79 dst++;
82 if ((unsigned long) dst & 2)
84 *(short *) dst = lc;
86 dst += 2;
124 ;; r13 - dst \n\
147 : "=r" (dst), "=r" (n)
150 : "0" (dst), "
[all...]
H A Dstring.c50 register unsigned char *dst __asm__ ("r13") = pdst;
54 /* When src is aligned but not dst, this makes a few extra needless
57 if (((unsigned long) dst & 3) != 0
62 if ((unsigned long) dst & 1)
65 *dst = *src;
67 dst++;
70 if ((unsigned long) dst & 2)
73 *(short *) dst = *(short *) src;
75 dst += 2;
101 ;; r13 - dst \
[all...]
H A Dusercopy.c37 register char *dst __asm__ ("r13") = pdst;
43 /* When src is aligned but not dst, this makes a few extra needless
46 if (((unsigned long) dst & 3) != 0
51 if ((unsigned long) dst & 1)
53 __asm_copy_to_user_1 (dst, src, retn);
57 if ((unsigned long) dst & 2)
59 __asm_copy_to_user_2 (dst, src, retn);
96 ;; r13 - dst \n\
142 /* Outputs */ : "=r" (dst), "=r" (src), "=r" (n), "=r" (retn)
143 /* Inputs */ : "0" (dst), "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dmemset.c69 register char *dst __asm__ ("r13") = pdst;
75 if ((unsigned long) dst & 1)
77 *dst = (char) lc;
79 dst++;
82 if ((unsigned long) dst & 2)
84 *(short *) dst = lc;
86 dst += 2;
124 ;; r13 - dst \n\
147 : "=r" (dst), "=r" (n)
150 : "0" (dst), "
[all...]
H A Dstring.c50 register unsigned char *dst __asm__ ("r13") = pdst;
54 /* When src is aligned but not dst, this makes a few extra needless
57 if (((unsigned long) dst & 3) != 0
62 if ((unsigned long) dst & 1)
65 *dst = *src;
67 dst++;
70 if ((unsigned long) dst & 2)
73 *(short *) dst = *(short *) src;
75 dst += 2;
101 ;; r13 - dst \
[all...]
H A Dusercopy.c33 register char *dst __asm__ ("r13") = pdst;
39 /* When src is aligned but not dst, this makes a few extra needless
42 if (((unsigned long) dst & 3) != 0
47 if ((unsigned long) dst & 1)
49 __asm_copy_to_user_1 (dst, src, retn);
53 if ((unsigned long) dst & 2)
55 __asm_copy_to_user_2 (dst, src, retn);
84 ;; r13 - dst \n\
115 /* Outputs */ : "=r" (dst), "=r" (src), "=r" (n), "=r" (retn)
116 /* Inputs */ : "0" (dst), "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dmemset.c69 register char *dst __asm__ ("r13") = pdst;
75 if ((unsigned long) dst & 1)
77 *dst = (char) lc;
79 dst++;
82 if ((unsigned long) dst & 2)
84 *(short *) dst = lc;
86 dst += 2;
124 ;; r13 - dst \n\
147 : "=r" (dst), "=r" (n)
150 : "0" (dst), "
[all...]
H A Dstring.c50 register unsigned char *dst __asm__ ("r13") = pdst;
54 /* When src is aligned but not dst, this makes a few extra needless
57 if (((unsigned long) dst & 3) != 0
62 if ((unsigned long) dst & 1)
65 *dst = *src;
67 dst++;
70 if ((unsigned long) dst & 2)
73 *(short *) dst = *(short *) src;
75 dst += 2;
101 ;; r13 - dst \
[all...]
H A Dusercopy.c37 register char *dst __asm__ ("r13") = pdst;
43 /* When src is aligned but not dst, this makes a few extra needless
46 if (((unsigned long) dst & 3) != 0
51 if ((unsigned long) dst & 1)
53 __asm_copy_to_user_1 (dst, src, retn);
57 if ((unsigned long) dst & 2)
59 __asm_copy_to_user_2 (dst, src, retn);
96 ;; r13 - dst \n\
142 /* Outputs */ : "=r" (dst), "=r" (src), "=r" (n), "=r" (retn)
143 /* Inputs */ : "0" (dst), "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dmemset.c69 register char *dst __asm__ ("r13") = pdst;
75 if ((unsigned long) dst & 1)
77 *dst = (char) lc;
79 dst++;
82 if ((unsigned long) dst & 2)
84 *(short *) dst = lc;
86 dst += 2;
124 ;; r13 - dst \n\
147 : "=r" (dst), "=r" (n)
150 : "0" (dst), "
[all...]
H A Dstring.c50 register unsigned char *dst __asm__ ("r13") = pdst;
54 /* When src is aligned but not dst, this makes a few extra needless
57 if (((unsigned long) dst & 3) != 0
62 if ((unsigned long) dst & 1)
65 *dst = *src;
67 dst++;
70 if ((unsigned long) dst & 2)
73 *(short *) dst = *(short *) src;
75 dst += 2;
101 ;; r13 - dst \
[all...]
H A Dusercopy.c33 register char *dst __asm__ ("r13") = pdst;
39 /* When src is aligned but not dst, this makes a few extra needless
42 if (((unsigned long) dst & 3) != 0
47 if ((unsigned long) dst & 1)
49 __asm_copy_to_user_1 (dst, src, retn);
53 if ((unsigned long) dst & 2)
55 __asm_copy_to_user_2 (dst, src, retn);
84 ;; r13 - dst \n\
115 /* Outputs */ : "=r" (dst), "=r" (src), "=r" (n), "=r" (retn)
116 /* Inputs */ : "0" (dst), "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Dinet_aton.c30 int rep_inet_aton(const char *src, struct in_addr *dst) argument
32 return (inet_pton(AF_INET, src, dst) > 0) ? 1 : 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dsafe_strncpy.c13 char* FAST_FUNC safe_strncpy(char *dst, const char *src, size_t size) argument
15 if (!size) return dst;
16 dst[--size] = '\0';
17 return strncpy(dst, src, size);
21 void FAST_FUNC overlapping_strcpy(char *dst, const char *src) argument
23 /* Cheap optimization for dst == src case -
26 if (dst != src) {
27 while ((*dst = *src) != '\0') {
28 dst++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dsafe_strncpy.c13 char* FAST_FUNC safe_strncpy(char *dst, const char *src, size_t size) argument
15 if (!size) return dst;
16 dst[--size] = '\0';
17 return strncpy(dst, src, size);
21 void FAST_FUNC overlapping_strcpy(char *dst, const char *src) argument
23 /* Cheap optimization for dst == src case -
26 if (dst != src) {
27 while ((*dst = *src) != '\0') {
28 dst++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/
H A Dinet_aton.c30 int rep_inet_aton(const char *src, struct in_addr *dst) argument
32 return (inet_pton(AF_INET, src, dst) > 0) ? 1 : 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dsafe_strncpy.c13 char* FAST_FUNC safe_strncpy(char *dst, const char *src, size_t size) argument
15 if (!size) return dst;
16 dst[--size] = '\0';
17 return strncpy(dst, src, size);
21 void FAST_FUNC overlapping_strcpy(char *dst, const char *src) argument
23 /* Cheap optimization for dst == src case -
26 if (dst != src) {
27 while ((*dst = *src) != '\0') {
28 dst++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/
H A Dinet_aton.c30 int rep_inet_aton(const char *src, struct in_addr *dst) argument
32 return (inet_pton(AF_INET, src, dst) > 0) ? 1 : 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dnlmswap.h40 Nlm_Internal_Fixed_Header *dst)
44 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
45 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE);
46 dst->version =
48 dst->codeImageOffset =
50 dst->codeImageSize =
52 dst->dataImageOffset =
54 dst->dataImageSize =
56 dst->uninitializedDataSize =
58 dst
38 nlm_swap_fixed_header_in(bfd *abfd, void * realsrc, Nlm_Internal_Fixed_Header *dst) argument
102 Nlm_External_Fixed_Header *dst = (Nlm_External_Fixed_Header *) realdst; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dnlmswap.h40 Nlm_Internal_Fixed_Header *dst)
44 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
45 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE);
46 dst->version =
48 dst->codeImageOffset =
50 dst->codeImageSize =
52 dst->dataImageOffset =
54 dst->dataImageSize =
56 dst->uninitializedDataSize =
58 dst
38 nlm_swap_fixed_header_in(bfd *abfd, void * realsrc, Nlm_Internal_Fixed_Header *dst) argument
102 Nlm_External_Fixed_Header *dst = (Nlm_External_Fixed_Header *) realdst; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dnlmswap.h40 Nlm_Internal_Fixed_Header *dst)
44 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
45 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE);
46 dst->version =
48 dst->codeImageOffset =
50 dst->codeImageSize =
52 dst->dataImageOffset =
54 dst->dataImageSize =
56 dst->uninitializedDataSize =
58 dst
38 nlm_swap_fixed_header_in(bfd *abfd, void * realsrc, Nlm_Internal_Fixed_Header *dst) argument
102 Nlm_External_Fixed_Header *dst = (Nlm_External_Fixed_Header *) realdst; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_marshall.c35 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, argument
38 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid);
39 dst->grh.flow_label = src->grh.flow_label;
40 dst->grh.sgid_index = src->grh.sgid_index;
41 dst->grh.hop_limit = src->grh.hop_limit;
42 dst->grh.traffic_class = src->grh.traffic_class;
43 dst->dlid = src->dlid;
44 dst->sl = src->sl;
45 dst->src_path_bits = src->src_path_bits;
46 dst
52 ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) argument
89 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct ib_sa_path_rec *src) argument
115 ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, struct ib_user_path_rec *src) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_marshall.c35 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, argument
38 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid);
39 dst->grh.flow_label = src->grh.flow_label;
40 dst->grh.sgid_index = src->grh.sgid_index;
41 dst->grh.hop_limit = src->grh.hop_limit;
42 dst->grh.traffic_class = src->grh.traffic_class;
43 dst->dlid = src->dlid;
44 dst->sl = src->sl;
45 dst->src_path_bits = src->src_path_bits;
46 dst
52 ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) argument
89 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct ib_sa_path_rec *src) argument
115 ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, struct ib_user_path_rec *src) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dquote.c20 static void sq_quote_buf(struct strbuf *dst, const char *src) argument
24 if (dst->buf == src)
25 to_free = strbuf_detach(dst, NULL);
27 strbuf_addch(dst, '\'');
30 strbuf_add(dst, src, len);
33 strbuf_addstr(dst, "'\\");
34 strbuf_addch(dst, *src++);
35 strbuf_addch(dst, '\'');
38 strbuf_addch(dst, '\'');
42 void sq_quote_argv(struct strbuf *dst, cons argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dquote.c20 static void sq_quote_buf(struct strbuf *dst, const char *src) argument
24 if (dst->buf == src)
25 to_free = strbuf_detach(dst, NULL);
27 strbuf_addch(dst, '\'');
30 strbuf_add(dst, src, len);
33 strbuf_addstr(dst, "'\\");
34 strbuf_addch(dst, *src++);
35 strbuf_addch(dst, '\'');
38 strbuf_addch(dst, '\'');
42 void sq_quote_argv(struct strbuf *dst, cons argument
[all...]

Completed in 135 milliseconds

1234567891011>>