Lines Matching full:amount
433 unsigned long amount = usage.entries[i].amount;434 total += amount;435 fprintf(stderr, " %s : %ld bytes (%f MBytes)\n", name, amount,436 ((double) amount)/(1024*1024));