Home | History | Annotate | Download | only in netperf

Lines Matching defs:bytes

287     bytes.  this should be more than enough to be sure that there is
551 unsigned char bytes[8];
574 scratch = conv_rec.bytes[i];
575 conv_rec.bytes[i] = conv_rec.bytes[7-i];
576 conv_rec.bytes[7-i] = scratch;
600 unsigned char bytes[8];
617 scratch = conv_rec.bytes[i];
618 conv_rec.bytes[i] = conv_rec.bytes[7-i];
619 conv_rec.bytes[7-i] = scratch;
1334 /* this routine will dirty the first dirty_count bytes of the
1335 specified buffer and/or read clean_count bytes from the buffer. it
1336 will go N bytes at a time, the only question is how large should N
1575 /* now fill-out the file with at least buffer_size * width bytes */
1663 temp_link->length = buffer_size; /* how many bytes to send */
1687 /* display the contents in decimal, hex, and ascii, with four bytes */
1718 /* display the contents in decimal, hex, and ascii, with four bytes */
1750 are bytes. If the format calls for bits, it will use SI units (10^)
1751 if the format calls for bytes, it will use CS units (2^)... This
2166 "\nsend_request: about to send %u bytes from %p\n",
2225 "about to send %u bytes from %p\n",
2283 "recv_request: received %d bytes of request.\n",
2316 "recv_request: partial request received of %d bytes\n",
2445 "recv_response: partial response received: %d bytes\n",
2532 to allow asking for 0 bytes. Courtesy of SAF, 2007-05 raj