HomeSort by relevance Sort by last modified time
    Searched refs:to_copy (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
malloc_debug_qemu.c 872 size_t to_copy; local
    [all...]
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 407 ssize_t to_copy = MIN(source_end - source_start, local
412 to_copy);
415 return scope.Close(Integer::New(to_copy));
  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 229 unsigned char* to_copy; local
245 to_copy = &(ldi->data[ldi->filled_in_this_block]);
248 *(to_copy+i)=*(from_copy+i);
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.c 567 int left, to_copy; local
572 to_copy = session->omtu - sizeof(cont);
573 DBG("sending continue with %d bytes", to_copy);
576 to_copy = left;
577 DBG("sending end with %d bytes", to_copy);
584 memcpy(session->buf + sizeof(cont), data + sent, to_copy);
586 if (!try_send(sock, session->buf, to_copy + sizeof(cont)))
589 sent += to_copy;
    [all...]
  /external/zlib/contrib/minizip/
zip.c 247 unsigned char* to_copy; local
263 to_copy = &(ldi->data[ldi->filled_in_this_block]);
266 *(to_copy+i)=*(from_copy+i);
    [all...]

Completed in 113 milliseconds