Lines Matching defs:count
589 * options that are available for device handle h (the count includes
2051 /* at the end of each line, we must count another one because */
2369 config.count = NUM_CFG_OPTIONS;
2561 SANE_Int option, count, i, min, idx;
2621 for (count = 0; model->xdpi_values[count] != 0; count++);
2622 dpi_list = malloc ((count + 1) * sizeof (SANE_Word));
2625 dpi_list[0] = count;
2626 for (count = 0; model->xdpi_values[count] != 0; count++)
2627 dpi_list[count + 1] = model->xdpi_values[count];
2640 for (i = 1; i < count; i++)