Lines Matching defs:length

15    Automatic length detection support funded by:
237 and to use ptr to return read in length
449 - support hardware based auto length detection
489 - sane_read() will keep alternate duplex reads to similar length
560 - don't print 0 length line in hexdump
1286 /* In byte 4, the scanner sends the length of the remainder of
1290 DBG (15, "init_vpd: length=%0x\n", payload_len);
1292 /* M3099 gives all data, but wrong length */
1349 * valid vpd that they send, and return the default length.
1439 /* maximum window width and length are reported in basic units.*/
1444 DBG(15, " max length: %2.2f inches\n",(float)s->max_y_basic/s->basic_y_res);
1680 /* this one is weird, overrides the payload length from scanner */
1769 /* this one is weird, overrides the payload length from scanner,
1772 DBG (15, " extra evpd length: %d\n", get_IN_evpd_len(in));
2115 /* endorser type tells string length (among other things) */
2778 * is returned in *h. As a special case, specifying a zero-length
3598 /*automatic length detection */
3602 opt->title = SANE_I18N ("Auto length detection");
3732 /*double feed by length*/
3735 opt->name = "df-length";
3736 opt->title = SANE_I18N ("DF length");
3737 opt->desc = SANE_I18N ("Enable double feed error due to paper length");
3751 /*double feed length difference*/
3760 opt->title = SANE_I18N ("DF length difference");
3761 opt->desc = SANE_I18N ("Difference in page length to trigger double feed error");
6432 /* don't call helper function, scanner wants actual length? */
6500 /* length */
7538 int length = 0;
7569 length = s->s_params.lines * 1200/s->resolution_y;
7574 length += (s->color_raster_offset+s->green_offset) * 1200/300 * 2;
7575 DBG(5,"set_window: Increasing length to %d\n",length);
7577 set_WD_length (desc1, length);
7750 /* don't call helper function, scanner wants actual length? */
7841 DBG(5,"get_pixelsize: Ignoring length %d\n",get_PSIZE_num_y(in));
7846 DBG(5,"get_pixelsize: Actual length %d -> %d\n", s->s_params.lines, get_PSIZE_paper_l(in));