Lines Matching defs:amount
229 volatile unsigned long amount;
251 amount = 0;
358 amount += size;
364 if (amount > 0)
365 printstats("Sent", amount);
380 volatile unsigned long amount;
396 amount = 0;
512 amount += size;
532 if (amount > 0)
533 printstats("Received", amount);
736 printstats(const char *direction, unsigned long amount)
744 (void)printf("%s %ld bytes in %.1f seconds", direction, amount, delta);
746 (void)printf(" [%.0f bits/sec]", (amount*8.)/delta);