Lines Matching defs:length
494 _lto3b(buf_size, &cmd[6]); /* transfer length */
552 fprintf(fp, " <search-time>%d</search-time>\n <length>%d</length>\n",
577 _lto3b(buf_size, &cmd[6]); /* transfer length */
664 _lto3b(*buf_size, &cmd[6]); /* transfer length */
980 SANE_Int width, length, i, format, rotation, deskew ;
1011 length = (SANE_Int) (_OPT_VAL_WORD_THOUSANDTHS(s, OPT_BR_Y) -
1015 _lto4b(length, set_window_cmd.window.windowlength);
1100 _lto4b(s->sections[i].length, b->length);
1194 SANE_Int width, length, res, comp;
1213 length = (br_y - tl_y + 1) * res / 1000.0;
1250 length = l;
1260 length = l;
1269 length = s->iconlength;
1280 length = s->sections[sectnum - 1].length * res / 1000.0;
1291 length = s->sections[sectnum - 1].length * res / 1000.0;
1301 length = -1;
1308 length = -1;
1314 length = -1;
1328 DBG(1, "get_parameters:illegal parameters res=%d, width=%d, length=%d\n",
1329 res, width, length);
1349 s->params.lines = length;
1380 * <width>x<length>+<tl-x>+<tl-y>:<functioncodes>
1383 * the width, length, tl-x, and tl-y are in mm.
1423 sect->length = mm * 1000.0 / MM_PER_INCH;
1485 sect->width, sect->length, sect->left, sect->top,
1736 s->sections[i].width, s->sections[i].length,
1741 DBG(5, "start_setup: read list length=%d\n", s->readcnt);
2146 as_str = "Parameter list length error.";
3032 /* set the length of the list to zero first, then append standard resolutions */
3630 y = (paper_sizes[paper_id].length <= 0.0) ? y_max :
3631 paper_sizes[paper_id].length;