HomeSort by relevance Sort by last modified time
    Searched full:tail_bytes_to_copy (Results 1 - 1 of 1) sorted by null

  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 183 uint32_t tail_bytes_to_copy = local
185 uint32_t head_bytes_to_copy = bytes_to_read - tail_bytes_to_copy;
186 if (tail_bytes_to_copy > 0)
187 memcpy(destination, data + read_offset_, tail_bytes_to_copy);
189 memcpy(destination + tail_bytes_to_copy, data, head_bytes_to_copy);

Completed in 80 milliseconds