Lines Matching defs:out
287 DBG (1, "scsi_sense_wait_ready: timed out after %lu seconds\n",
323 DBG (1, "scsi_area_wait_ready: timed out after %lu seconds\n",
364 DBG (1, "scsi_unit_wait_ready: timed out after %lu seconds\n",
404 DBG (1, "scsi_unit_wait_ready: timed out after %lu seconds\n",
436 DBG (1, "n_wait_ready: timed out after %lu seconds\n",
462 DBG (1, "scsi_pp_wait_ready: timed out after %lu seconds\n",
796 DBG (3, "sense_handler: ADF is out of documents\n");
797 return SANE_STATUS_NO_DOCS; /* ADF out of documents */
844 DBG (4, "inquiry: ADF not ready (out of paper)\n");
1012 /* print out inquiry */
1636 DBG (4, "attach: automatic document feeder is out of "
3401 SANE_Byte * raw, SANE_Byte * out)
3426 memcpy (out, s->ld.buf[0], num_saved_lines * bpl);
3443 out_ptr = out + line * bpl + c;
3462 memcpy (s->ld.buf[0], out + num_lines * bpl,
3478 SANE_Byte * raw, SANE_Byte * out)
3508 memcpy (out, s->ld.buf[0], num_saved_lines * bpl);
3524 out_ptr = out + line * bpl + c;
3554 memcpy (s->ld.buf[0], out + num_lines * bpl, num_saved_lines * bpl);
3569 SANE_Byte * raw, SANE_Byte * out)
3686 out_ptr[color] = out + color;
3707 "color: %d; raw bytes: %lu; out bytes: %d\n",
3783 "raw bytes: %lu; out bytes: %d\n",
3859 SANE_Byte * raw, SANE_Byte * out)
3885 out_addr = out + y * s->params.bytes_per_line + x_out * 6;
3904 out_addr = out + y * s->params.bytes_per_line + x_out * 6;
3924 *(out + pixel * 2) = *(raw + pixel * 2) << 4;
3925 *(out + pixel * 2 + 1) = (*(raw + pixel * 2) >> 4) +
3931 *(out + pixel * 2) = (*(raw + pixel * 2) >> 4) +
3933 *(out + pixel * 2 + 1) = *(raw + pixel * 2) << 4;
3951 out_addr = out + y * s->params.bytes_per_line + x_out * 3;
3960 memcpy (out, raw, num_lines * bpl);
3968 SANE_Int bpl, SANE_Byte * raw, SANE_Byte * out)
3998 out_ptr = out + index[color] * bpl + color;
4017 SANE_Byte * raw, SANE_Byte * out,
4052 memcpy (out, s->ld.buf[0], num_saved_lines * bpl);
4071 out_ptr = out + line * bpl + c;
4105 memcpy (s->ld.buf[0], out + num_lines * bpl,
4133 SANE_Byte * raw, SANE_Byte * out)
4138 ptr = out;
5153 DBG (1, "attach_one_device: out of memory\n");
5316 /* Check for 12000 LS, no way to find out automatically */
6365 DBG (2, "sane_start: automatic document feeder is out of documents\n");