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

  /external/swiftshader/third_party/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)
  /system/bt/stack/sdp/
sdp_utils.cc 889 size_t len_to_copy = local
891 memcpy(p_out, &p_attr_buff[*offset], len_to_copy);
893 p_out = &p_out[len_to_copy];
894 *offset += len_to_copy;

Completed in 144 milliseconds