Lines Matching defs:lcount
421 * | | | | | | | | | | | | | | | | set lcount
4382 int lcount;
4895 lcount = 1;
4909 lcount = sanei_scsi_max_request_size / s->params.bytes_per_line;
4911 if (lcount >= 255)
4913 lcount = 255;
4916 if (s->hw->TPU && s->hw->use_extension && lcount > 32)
4918 lcount = 32;
4929 if (lcount % 2)
4931 lcount -= 1;
4935 if (lcount == 0)
4941 status = set_lcount (s, lcount);
4946 lcount, sane_strstatus (status));
5093 s->buf = realloc (s->buf, lcount * s->params.bytes_per_line);