Home | History | Annotate | Download | only in Target

Lines Matching refs:total_bytes_read

2387     size_t total_bytes_read = 0;
2413 size_t aligned_start = total_bytes_read - total_bytes_read % type_width;
2414 for (size_t i = aligned_start; i + type_width <= total_bytes_read + bytes_read; i += type_width)
2421 total_bytes_read += bytes_read;
2432 return total_bytes_read;