• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/

Lines Matching refs:dst

6 /*# PARAMETERS:  void* dst;   Destination address.                          */
10 /*# RETURNS: dst. */
12 /*# DESCRIPTION: Sets the memory dst of length len bytes to c, as standard. */
68 register char *dst __asm__ ("r13") = pdst;
77 if ((unsigned long)dst & 1)
79 *dst = (char) lc;
81 dst++;
84 if ((unsigned long)dst & 2)
86 *(short *)dst = lc;
88 dst += 2;
137 ;; r13 - dst
152 /* Outputs */ : "=r" (dst), "=r" (n)
153 /* Inputs */ : "0" (dst), "1" (n), "r" (lc));
160 This will work since 'movem' will have updated src,dst,n. */
164 *((long*)dst)++ = lc;
165 *((long*)dst)++ = lc;
166 *((long*)dst)++ = lc;
167 *((long*)dst)++ = lc;
179 *(char*)dst = (char) lc;
182 *(short*)dst = (short) lc;
185 *((short*)dst)++ = (short) lc;
186 *(char*)dst = (char) lc;
189 *((long*)dst)++ = lc;
192 *((long*)dst)++ = lc;
193 *(char*)dst = (char) lc;
196 *((long*)dst)++ = lc;
197 *(short*)dst = (short) lc;
200 *((long*)dst)++ = lc;
201 *((short*)dst)++ = (short) lc;
202 *(char*)dst = (char) lc;
205 *((long*)dst)++ = lc;
206 *((long*)dst)++ = lc;
209 *((long*)dst)++ = lc;
210 *((long*)dst)++ = lc;
211 *(char*)dst = (char) lc;
214 *((long*)dst)++ = lc;
215 *((long*)dst)++ = lc;
216 *(short*)dst = (short) lc;
219 *((long*)dst)++ = lc;
220 *((long*)dst)++ = lc;
221 *((short*)dst)++ = (short) lc;
222 *(char*)dst = (char) lc;
225 *((long*)dst)++ = lc;
226 *((long*)dst)++ = lc;
227 *((long*)dst)++ = lc;
230 *((long*)dst)++ = lc;
231 *((long*)dst)++ = lc;
232 *((long*)dst)++ = lc;
233 *(char*)dst = (char) lc;
236 *((long*)dst)++ = lc;
237 *((long*)dst)++ = lc;
238 *((long*)dst)++ = lc;
239 *(short*)dst = (short) lc;
242 *((long*)dst)++ = lc;
243 *((long*)dst)++ = lc;
244 *((long*)dst)++ = lc;
245 *((short*)dst)++ = (short) lc;
246 *(char*)dst = (char) lc;