Lines Matching defs:Byte
45 #undef Byte
46 #define Byte SANE_Byte
55 set_size (Byte * loc, int loc_s, size_t size)
68 const Byte scsi_reserve[] =
79 const Byte scsi_release[] =
90 static const Byte scsi_test_ready[] =
148 const Byte scsi_rewind[] =
166 Byte cmd;
167 Byte lun;
168 Byte res[2];
169 Byte tr_len;
170 Byte ctrl;
173 Byte wid;
191 const Byte scsi_read[] =
200 Byte result[WAIT_READY_READ_SIZE];
243 const Byte scsi_read[] =
252 Byte result[GET_READ_SIZES_READ_SIZE];
306 Byte cmd;
307 Byte lun;
308 Byte re1[4];
309 Byte tr_len[3];
310 Byte ctrl;
312 Byte re2[6];
313 Byte wd_len[2];
317 Byte wid;
318 Byte autobit;
319 Byte x_axis_res[2];
320 Byte y_axis_res[2];
322 Byte x_axis_ul[2];
323 Byte y_axis_ul[2];
325 Byte wwidth[2];
326 Byte wlength[2];
328 Byte contrast;
329 Byte threshold;
330 Byte brightness;
332 Byte image_comp;
333 Byte bpp;
335 Byte ht_pattern;
336 Byte rif_padding;
337 Byte three;
339 Byte null1[2];
340 Byte null2[8];
342 Byte null_eins;
343 Byte eins_null;
345 Byte contr_adjust;
346 Byte bright_adjust;
348 Byte null3;
442 static Byte cmd[] =
532 const Byte scsi_inquiry[] =
536 Byte result[ATTACH_SCSI_INQ_LEN];
1226 s->buffer = (Byte *) malloc (s->bufsize * sizeof (Byte));