Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 5 of 5) sorted by relevance

/curl/.github/scripts/
H A Dbinarycheck.pl54 my ($sum, $file) = ($1, $2);
/curl/src/
H A Dtool_urlglob.c67 curl_off_t sum; in multiply() local
71 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()
/curl/tests/http/
H A Dscorecard.py152 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])
/curl/docs/libcurl/opts/
H A DCURLOPT_ACCEPT_ENCODING.md69 it may not match the sum of bytes reported by the write callbacks (although,
/curl/tests/
H A Druntests.pl3113 my $numskipped = %skipped ? sum values %skipped : 0;

Completed in 14 milliseconds