Searched refs:c_total (Results 1 – 4 of 4) sorted by relevance
159 int c, c_total = 0; /* bytes to be written to file */ in setup() local177 while (c_total < FILE_SIZE) { in setup()182 c_total += c; in setup()
109 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local125 while (c_total < page_sz) { in setup()129 c_total += nwrite; in setup()
156 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local170 while (c_total < page_sz) { in setup()175 c_total += nwrite; in setup()
166 int c, c_total = 0; /* no. bytes to be written to file */ in setup() local193 while (c_total < FILE_SIZE) { in setup()199 c_total += c; in setup()