Searched refs:to_copy (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/0.153/src/
H A Dar.c932 struct armem *to_copy = NULL; local
989 if (to_copy == NULL)
990 to_copy = newp->next = newp;
993 newp->next = to_copy->next;
994 to_copy = to_copy->next = newp;
1038 if (likely (to_copy != NULL))
1054 struct armem *last = to_copy;
1055 to_copy = to_copy
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py274 to_copy = {'src': source_file, 'dest': support_file}
277 if not(to_copy in copy_list):
278 copy_list.append(to_copy)
/external/qemu/android/
H A Dsockets.c818 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port); local
819 if (to_copy != 0) {
820 memcpy(host_name, host_and_port, to_copy);
821 host_name[to_copy] = '\0';
H A Dhw-qemud.c2043 size_t to_copy = min(msg->size - msg->offset, buff->size - off_in_buff); local
2044 memcpy(buff->data + off_in_buff, msg->message + msg->offset, to_copy);
2046 off_in_buff += to_copy;
2047 msg->offset += to_copy;
2048 sent_bytes += to_copy;
/external/libusb/libusb/os/
H A Dlinux_usbfs.c426 int to_copy; local
492 to_copy = (len < sizeof(tmp)) ? len : sizeof(tmp);
493 memcpy(buffer, tmp, to_copy);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c247 unsigned char* to_copy; local
263 to_copy = &(ldi->data[ldi->filled_in_this_block]);
266 *(to_copy+i)=*(from_copy+i);
/external/zlib/src/contrib/minizip/
H A Dzip.c247 unsigned char* to_copy; local
263 to_copy = &(ldi->data[ldi->filled_in_this_block]);
266 *(to_copy+i)=*(from_copy+i);

Completed in 264 milliseconds