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

  /external/llvm/include/llvm/Support/
OutputBuffer.h 111 unsigned len_to_copy = static_cast<unsigned>(S.length()) < Length local
116 for (unsigned i = 0; i < len_to_copy; ++i)
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 1004 size_t len_to_copy; local
1010 len_to_copy = ((attr_len - *offset) < len) ? (attr_len - *offset): len;
1012 memcpy(p_out, &tmp_attr[*offset], len_to_copy);
1014 p_out = &p_out[len_to_copy];
1015 *offset += len_to_copy;
  /system/core/init/
devices.c 657 long len_to_copy; local
662 len_to_copy = st.st_size;
666 while (len_to_copy > 0) {
678 len_to_copy -= nr;

Completed in 202 milliseconds