Searched refs:tocopy (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/boot/tools/
H A Dobjstrip.c53 size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; local
236 tocopy = fil_size;
237 while (tocopy > 0) {
238 n = tocopy;
242 tocopy -= n;
261 tocopy = mem_size - fil_size;
262 if (tocopy > 0) {
265 prog_name, pad, (unsigned long) tocopy);
269 n = tocopy;
278 tocopy
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dnicstar.c2465 int remaining, tocopy; local
2541 tocopy = MIN(remaining, iov->iov_len);
2542 memcpy(hb->tail, lb->data, tocopy);
2543 skb_put(hb, tocopy);
2545 remaining -= tocopy;

Completed in 44 milliseconds