Searched refs:copy_bytes (Results 1 – 1 of 1) sorted by relevance
77 size_t copy_bytes = copy_count * element_size; in fill() local78 memcpy (target, buffer, copy_bytes); in fill()79 target += copy_bytes; in fill()
Completed in 4 milliseconds