Lines Matching refs:dst
74 register char *dst __asm__ ("r13") = pdst; in memset()
80 if ((unsigned long) dst & 1) in memset()
82 *dst = (char) lc; in memset()
84 dst++; in memset()
87 if ((unsigned long) dst & 2) in memset()
89 *(short *) dst = lc; in memset()
91 dst += 2; in memset()
154 : "=r" (dst), "=r" (n) in memset()
157 : "0" (dst), "1" (n), "r" (lc)); in memset()
163 *(long *) dst = lc; dst += 4; in memset()
164 *(long *) dst = lc; dst += 4; in memset()
165 *(long *) dst = lc; dst += 4; in memset()
166 *(long *) dst = lc; dst += 4; in memset()
176 *dst = (char) lc; in memset()
180 *(short *) dst = (short) lc; in memset()
184 *(short *) dst = (short) lc; dst += 2; in memset()
185 *dst = (char) lc; in memset()
189 *(long *) dst = lc; in memset()
193 *(long *) dst = lc; dst += 4; in memset()
194 *dst = (char) lc; in memset()
198 *(long *) dst = lc; dst += 4; in memset()
199 *(short *) dst = (short) lc; in memset()
203 *(long *) dst = lc; dst += 4; in memset()
204 *(short *) dst = (short) lc; dst += 2; in memset()
205 *dst = (char) lc; in memset()
209 *(long *) dst = lc; dst += 4; in memset()
210 *(long *) dst = lc; in memset()
214 *(long *) dst = lc; dst += 4; in memset()
215 *(long *) dst = lc; dst += 4; in memset()
216 *dst = (char) lc; in memset()
220 *(long *) dst = lc; dst += 4; in memset()
221 *(long *) dst = lc; dst += 4; in memset()
222 *(short *) dst = (short) lc; in memset()
226 *(long *) dst = lc; dst += 4; in memset()
227 *(long *) dst = lc; dst += 4; in memset()
228 *(short *) dst = (short) lc; dst += 2; in memset()
229 *dst = (char) lc; in memset()
233 *(long *) dst = lc; dst += 4; in memset()
234 *(long *) dst = lc; dst += 4; in memset()
235 *(long *) dst = lc; in memset()
239 *(long *) dst = lc; dst += 4; in memset()
240 *(long *) dst = lc; dst += 4; in memset()
241 *(long *) dst = lc; dst += 4; in memset()
242 *dst = (char) lc; in memset()
246 *(long *) dst = lc; dst += 4; in memset()
247 *(long *) dst = lc; dst += 4; in memset()
248 *(long *) dst = lc; dst += 4; in memset()
249 *(short *) dst = (short) lc; in memset()
253 *(long *) dst = lc; dst += 4; in memset()
254 *(long *) dst = lc; dst += 4; in memset()
255 *(long *) dst = lc; dst += 4; in memset()
256 *(short *) dst = (short) lc; dst += 2; in memset()
257 *dst = (char) lc; in memset()