Searched refs:c_total (Results 1 – 4 of 4) sorted by relevance
111 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local127 while (c_total < page_sz) { in setup()131 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()
158 int c, c_total = 0; /* bytes to be written to file */ in setup() local180 while (c_total < FILE_SIZE) { in setup()185 c_total += c; in setup()
165 int c, c_total = 0; /* no. bytes to be written to file */ in setup() local192 while (c_total < FILE_SIZE) { in setup()198 c_total += c; in setup()