Lines Matching defs:bytes
926 DBG (10, "sane_read: read %ld bytes of %ld\n",
1342 DBG (1, "sanei_scsi_cmd: asked %lu bytes, got %lu\n",
1349 DBG (10, "sanei_scsi_cmd: returning %lu bytes:\n", (u_long) ol);
2008 DBG (10, "reader_process: reading %u bytes in blocks of %u bytes\n",
2044 /* expand 4-bit pixels to 8-bit bytes */
2062 DBG (10, "reader_process: buffer of %d bytes read; %d bytes to go\n",
2109 int bytes;
2113 bytes = (pixels_per_line (s) + 7) / 8;
2117 bytes = pixels_per_line (s);
2121 bytes *= 3;
2123 return bytes;
2166 * until we have a HAPPY number of bytes in line.