Lines Matching defs:count
245 /* count physical devices */
480 * options that are available for device handle h (the count includes
1123 int count;
1174 * line, so we read only when count is bigger than bytes per line
1176 count = available_bytes (dev->fd);
1177 DBG (DBG_io, "sane_read: count=%d bytes\n", count);
1178 if (count < dev->bytes_per_line && session->non_blocking == SANE_TRUE)
1186 while (count < dev->bytes_per_line)
1198 count = available_bytes (dev->fd);
1274 /* compute count of bytes for lds */
1275 count = dev->lds * dev->bytes_per_line;
1284 buf[i] = dev->buffer[dev->position + i - 2 * count];
1288 buf[i] = dev->buffer[dev->position + i - count];
1564 config.count = NUM_CFG_OPTIONS;
1820 /* the count of different resolution is put at the beginning */