• Home
  • Raw
  • Download

Lines Matching refs:dst

72     register char *dst __asm__ ("r13") = pdst;  in memset()
78 if ((unsigned long) dst & 1) in memset()
80 *dst = (char) lc; in memset()
82 dst++; in memset()
85 if ((unsigned long) dst & 2) in memset()
87 *(short *) dst = lc; in memset()
89 dst += 2; in memset()
150 : "=r" (dst), "=r" (n) in memset()
153 : "0" (dst), "1" (n), "r" (lc)); in memset()
159 *(long *) dst = lc; dst += 4; in memset()
160 *(long *) dst = lc; dst += 4; in memset()
161 *(long *) dst = lc; dst += 4; in memset()
162 *(long *) dst = lc; dst += 4; in memset()
172 *dst = (char) lc; in memset()
176 *(short *) dst = (short) lc; in memset()
180 *(short *) dst = (short) lc; dst += 2; in memset()
181 *dst = (char) lc; in memset()
185 *(long *) dst = lc; in memset()
189 *(long *) dst = lc; dst += 4; in memset()
190 *dst = (char) lc; in memset()
194 *(long *) dst = lc; dst += 4; in memset()
195 *(short *) dst = (short) lc; in memset()
199 *(long *) dst = lc; dst += 4; in memset()
200 *(short *) dst = (short) lc; dst += 2; in memset()
201 *dst = (char) lc; in memset()
205 *(long *) dst = lc; dst += 4; in memset()
206 *(long *) dst = lc; in memset()
210 *(long *) dst = lc; dst += 4; in memset()
211 *(long *) dst = lc; dst += 4; in memset()
212 *dst = (char) lc; in memset()
216 *(long *) dst = lc; dst += 4; in memset()
217 *(long *) dst = lc; dst += 4; in memset()
218 *(short *) dst = (short) lc; in memset()
222 *(long *) dst = lc; dst += 4; in memset()
223 *(long *) dst = lc; dst += 4; in memset()
224 *(short *) dst = (short) lc; dst += 2; in memset()
225 *dst = (char) lc; in memset()
229 *(long *) dst = lc; dst += 4; in memset()
230 *(long *) dst = lc; dst += 4; in memset()
231 *(long *) dst = lc; in memset()
235 *(long *) dst = lc; dst += 4; in memset()
236 *(long *) dst = lc; dst += 4; in memset()
237 *(long *) dst = lc; dst += 4; in memset()
238 *dst = (char) lc; in memset()
242 *(long *) dst = lc; dst += 4; in memset()
243 *(long *) dst = lc; dst += 4; in memset()
244 *(long *) dst = lc; dst += 4; in memset()
245 *(short *) dst = (short) lc; in memset()
249 *(long *) dst = lc; dst += 4; in memset()
250 *(long *) dst = lc; dst += 4; in memset()
251 *(long *) dst = lc; dst += 4; in memset()
252 *(short *) dst = (short) lc; dst += 2; in memset()
253 *dst = (char) lc; in memset()