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

/external/llvm/include/llvm/Support/
H A DOutputBuffer.h111 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/
H A Dsdp_utils.c1004 size_t len_to_copy; local
1017 len_to_copy = ((attr_len - *offset) < len) ? (attr_len - *offset): len;
1019 memcpy(p_out, &p_attr_buff[*offset], len_to_copy);
1021 p_out = &p_out[len_to_copy];
1022 *offset += len_to_copy;

Completed in 101 milliseconds