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