Lines Matching defs:bytes
43 statlog( direction, bytes, millisecs, breakmsg)
45 unsigned long bytes;
52 /* bytes1000 = bytes * 1000; */
59 if (bytes < 1<<22)
60 bytes1000 = (bytes*1000/millisecs);
62 bytes1000 = ((bytes/millisecs)*1000);
64 (void) sprintf(text, "%s %lu / %lu.%.3lu secs, %lu bytes/sec %s",
65 direction, bytes, millisecs/1000, millisecs%1000,
92 putfilesize(bytes)
93 unsigned long bytes;
95 filesize = bytes;