Home
last modified time | relevance | path

Searched refs:UNIT_LEN (Results 1 – 2 of 2) sorted by relevance

/external/iperf3/src/
Dunits.h28 UNIT_LEN = 32 enumerator
Diperf_api.c3060 char ubuf[UNIT_LEN]; in iperf_print_intermediate()
3061 char nbuf[UNIT_LEN]; in iperf_print_intermediate()
3062 char mbuf[UNIT_LEN]; in iperf_print_intermediate()
3113 unit_snprintf(ubuf, UNIT_LEN, (double) bytes, 'A'); in iperf_print_intermediate()
3115 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_intermediate()
3236 char ubuf[UNIT_LEN]; in iperf_print_results()
3237 char nbuf[UNIT_LEN]; in iperf_print_results()
3239 char sbuf[UNIT_LEN]; in iperf_print_results()
3248 char mbuf[UNIT_LEN]; in iperf_print_results()
3339 unit_snprintf(ubuf, UNIT_LEN, (double) bytes_sent, 'A'); in iperf_print_results()
[all …]