Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_api.c2754 char ubuf[UNIT_LEN]; in iperf_print_intermediate()
2755 char nbuf[UNIT_LEN]; in iperf_print_intermediate()
2756 char mbuf[UNIT_LEN]; in iperf_print_intermediate()
2807 unit_snprintf(ubuf, UNIT_LEN, (double) bytes, 'A'); in iperf_print_intermediate()
2809 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_intermediate()
2930 char ubuf[UNIT_LEN]; in iperf_print_results()
2931 char nbuf[UNIT_LEN]; in iperf_print_results()
2933 char sbuf[UNIT_LEN]; in iperf_print_results()
2942 char mbuf[UNIT_LEN]; in iperf_print_results()
3033 unit_snprintf(ubuf, UNIT_LEN, (double) bytes_sent, 'A'); in iperf_print_results()
[all …]
Dunits.h28 UNIT_LEN = 32 enumerator