Searched refs:head_bytes_to_copy (Results 1 – 1 of 1) sorted by relevance
169 uint32_t head_bytes_to_copy = bytes_to_read - tail_bytes_to_copy; in ReadData() local172 if (head_bytes_to_copy > 0) in ReadData()173 memcpy(destination + tail_bytes_to_copy, data, head_bytes_to_copy); in ReadData()