Searched refs:sum (Results 1 – 5 of 5) sorted by relevance
54 my ($sum, $file) = ($1, $2);
67 curl_off_t sum; in multiply() local71 sum = 0; in multiply()76 if(__builtin_mul_overflow(*amount, with, &sum)) in multiply()79 sum = *amount * with; in multiply()80 if(sum/with != *amount) in multiply()84 *amount = sum; in multiply()
152 total_size = sum([s['size_download'] for s in r.stats])181 total_size = sum([s['size_download'] for s in r.stats])216 total_size = sum([s['size_download'] for s in r.stats])277 total_size = sum([s['size_upload'] for s in r.stats])305 total_size = sum([s['size_upload'] for s in r.stats])338 total_size = sum([s['size_upload'] for s in r.stats])
69 it may not match the sum of bytes reported by the write callbacks (although,
3113 my $numskipped = %skipped ? sum values %skipped : 0;
Completed in 17 milliseconds