Lines Matching defs:bytes
61 SANE_Byte additionalLength; /* including this byte: 0xb4 = 180, so total structure 184 bytes */
62 SANE_Char vendor[9]; /* actually 8 bytes, not null-terminated ...PIE ... */
63 SANE_Char product[17]; /* actually 16 bytes, null-terminated ...SF Scanner... */
64 SANE_Char productRevision[5]; /* actually 4 bytes, not null-terminated ...1.70... */
65 /* 1st Vendor-specific block, 20 bytes, see pie_get_inquiry_values(), partially: */
95 /* 2nd vendor specific block (36 bytes at offset 96) */
96 SANE_Char firmwareVersion[5]; /* actually 4 bytes, not null terminated "1.05" */
115 /* 14 bytes according to SCSI-2 p158, table 67 (p469 ASC/Q alphabetically) */
135 SANE_Int bytes; /* Number of bytes on a scan line. Value depends on color format. */
170 * bit 0 : Pixel = scanned data are always RGB-pixels, i.e. 3x2 bytes at depth = 16 bits, 3 bytes
171 * at depth = 8 bits, and 3 packed bytes at depth = 1. This is also the case in
218 /* Originally 20 unused bytes (uninitialized memory)
220 * the last two bytes are given an explicit meaning. */
256 SANE_Int size; /* number of bytes in rest of structure */
267 SANE_Int size; /* number of bytes in rest of structure */
282 SANE_Int size; /* number of bytes in rest of structure (0x1c=28) */