Searched refs:bytesh (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tools/tools/ioat/ |
| H A D | ioatcontrol.c | 249 char bps[10], bytesh[10]; in prettyprint() local 271 humanize_number(bytesh, sizeof(bytesh), (int64_t)bytes, "B", in prettyprint() 277 printf("%ju (%s) copied in %u ms (%s)\n", bytes, bytesh, in prettyprint() 280 printf("%ju (%s) copied\n", bytes, bytesh); in prettyprint()
|