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.py137 total_size = sum([s['size_download'] for s in r.stats])
164 total_size = sum([s['size_download'] for s in r.stats])
195 total_size = sum([s['size_download'] for s in r.stats])
292 total_size = sum([s['size_upload'] for s in r.stats])
319 total_size = sum([s['size_upload'] for s in r.stats])
351 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.pl3086 my $numskipped = %skipped ? sum values %skipped : 0;

Completed in 31 milliseconds