Lines Matching refs:to
181 mpd_uint_t *to, *from;
193 to = buf1;
195 memcpy(to, from, b*(sizeof *to));
197 to += b;
202 to = matrix + r*size + c;
205 memcpy(to, from, b*(sizeof *to));
207 to += size;
213 to = buf2;
215 memcpy(to, from, b*(sizeof *to));
217 to += b;
221 to = matrix + c*size + r;
224 memcpy(to, from, b*(sizeof *to));
226 to += size;
229 to = matrix + r*size + c;
232 memcpy(to, from, b*(sizeof *to));
234 to += size;