Searched refs:bufcount (Results 1 – 2 of 2) sorted by relevance
97 int bufcount = 0; in print_wires() local120 bufcount += strlen(s); in print_wires()121 if (bufcount > buf_size) { in print_wires()
1507 int bufcount = 0; local1537 bufcount++;1552 if (bufcount) {1553 collect_timing(NULL, "processing", bufcount, &tsb);1554 DPRINTF(2, ("processing time for %d buffers %s\n", bufcount, lfptoa(&tsb, 9)));