Lines Matching defs:bytes
118 * This has to take 16 bytes to make sure that the end of buffer
135 struct mon_bin_hdr __user *hdr; /* Can be 48 bytes or 64. */
167 #define ISODESC_MAX 128 /* Same number as usbfs allows, 2048 bytes. */
186 unsigned int b_size; /* Current size of the buffer - bytes */
188 unsigned int b_in, b_out; /* Offsets into buffer - bytes */
356 * Return a few (kilo-)bytes to the head of the buffer.
902 unsigned int bytes, avail;
922 bytes = 0;
923 while (bytes < avail) {
938 bytes += size;
952 unsigned int bytes, avail;
966 bytes = 0;
967 while (bytes < avail) {
975 bytes += size;