Home
last modified time | relevance | path

Searched refs:head_bytes_to_copy (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/edk/system/
Ddata_pipe_consumer_dispatcher.cc183 uint32_t head_bytes_to_copy = bytes_to_read - tail_bytes_to_copy; in ReadData() local
186 if (head_bytes_to_copy > 0) in ReadData()
187 memcpy(destination + tail_bytes_to_copy, data, head_bytes_to_copy); in ReadData()