Lines Matching defs:count
155 line count has to be an even number with this scanner.
830 u_short count;
1858 int count;
1935 count = head->count2 * 255 + head->count1;
1936 DBG (4, "count %d\n", count);
1940 sizeof (EpsonHdrUnionRec) + count)))
1951 receive (s, buf, count, status);
4898 * The set line count commands needs to be sent for certain scanners in
5054 /* set the retry count to 0 */
5199 DBG (1, "Max retry count exceeded (%d)\n", s->retry_count);
5971 int count = ident->count2 * 255 + ident->count1;
5976 for (n = (count - correction), buf = ident->buf; n; n -= k, buf += k)