Home | History | Annotate | Download | only in src

Lines Matching defs:bytes

289     bytes.  this should be more than enough to be sure that there is
619 unsigned char bytes[8];
642 scratch = conv_rec.bytes[i];
643 conv_rec.bytes[i] = conv_rec.bytes[7-i];
644 conv_rec.bytes[7-i] = scratch;
668 unsigned char bytes[8];
685 scratch = conv_rec.bytes[i];
686 conv_rec.bytes[i] = conv_rec.bytes[7-i];
687 conv_rec.bytes[7-i] = scratch;
804 tell us how many bytes were written,
1651 /* this routine will dirty the first dirty_count bytes of the
1652 specified buffer and/or read clean_count bytes from the buffer. it
1653 will go N bytes at a time, the only question is how large should N
1893 /* now fill-out the file with at least buffer_size * width bytes */
1979 temp_link->length = buffer_size; /* how many bytes to send */
2003 /* display the contents in decimal, hex, and ascii, with four bytes */
2034 /* display the contents in decimal, hex, and ascii, with four bytes */
2066 are bytes. If the format calls for bits, it will use SI units (10^)
2067 if the format calls for bytes, it will use CS units (2^)... This
2182 strcpy(unitbuf, "Bytes");
2514 "\nsend_request: about to send %u bytes from %p\n",
2608 "about to send %u bytes from %p\n",
2745 "recv_request: received %d bytes of request.\n",
2776 "recv_request: partial request received of %d bytes\n",
2929 "recv_response: partial response received: %d bytes\n",
3091 to allow asking for 0 bytes. Courtesy of SAF, 2007-05 raj