Lines Matching defs:amount
120 off_t amount = 0;
225 amount += size;
233 if (amount > 0)
234 printstats("Sent", amount);
247 unsigned long amount = 0;
374 amount += size;
403 if (amount > 0)
404 printstats("Received", amount);
725 printstats(char *direction, off_t amount)
732 " seconds", direction, amount, tenths / 10, tenths % 10);
735 ((hrtime_t)amount * 8 * NANOSEC) / delta);