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

/external/elfutils/src/
H A Dar.c905 struct armem *to_copy = NULL; local
962 if (to_copy == NULL)
963 to_copy = newp->next = newp;
966 newp->next = to_copy->next;
967 to_copy = to_copy->next = newp;
1011 if (likely (to_copy != NULL))
1027 struct armem *last = to_copy;
1028 to_copy = to_copy
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py265 to_copy = {'src': source_file, 'dest': support_file}
268 if not(to_copy in copy_list):
269 copy_list.append(to_copy)
/external/qemu/
H A Dsockets.c817 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port); local
818 if (to_copy != 0) {
819 memcpy(host_name, host_and_port, to_copy);
820 host_name[to_copy] = '\0';
/external/qemu/android/
H A Dhw-qemud.c2044 size_t to_copy = min(msg->size - msg->offset, buff->size - off_in_buff); local
2045 memcpy(buff->data + off_in_buff, msg->message + msg->offset, to_copy);
2047 off_in_buff += to_copy;
2048 msg->offset += to_copy;
2049 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);
/external/v8/src/
H A Dbuiltins.cc893 const int to_copy = len - actual_delete_count - actual_start; local
897 actual_start + item_count, to_copy);

Completed in 319 milliseconds