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

/libmicro/
H A Dpipe.c299 size_t total = 0; local
302 n = read(s, (void *)((long)buf + total), len - total);
306 total += n;
307 if (total >= len) {
308 return (total);
H A Dlibmicro.c1110 print_bar(long count, long total) argument
1115 for (i = 1; i < (32 * count) / total; i++)

Completed in 11 milliseconds