Searched refs:total_bytes_written (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp282 unsigned long total_bytes_written = 0; local
334 int rc = total_bytes_written + bytes_written;
340 if (total_bytes_written + bytes_written)
341 return total_bytes_written + bytes_written;
381 total_bytes_written += bytes_written;
395 return total_bytes_written;

Completed in 3 milliseconds