Home | History | Annotate | Download | only in Target

Lines Matching full:curr_bytes_read

2498         const size_t curr_bytes_read = DoReadMemory (addr + bytes_read, 
2502 bytes_read += curr_bytes_read;
2503 if (curr_bytes_read == curr_size || curr_bytes_read == 0)