Lines Matching defs:count
1794 /* with must be adjusted to fit in the dots count per block */
1919 SANE_Byte count;
1927 count = GainOffset_Counter_Load (dev);
1928 if ((count >= 0x0f) || (GainOffset_Get (dev) != OK))
1932 count = 0;
1936 count++;
1941 rst = GainOffset_Counter_Save (dev, count);
2397 /*Clear GainOffset count */
2401 /* Clear AutoRef count */
3991 rst = dev->buttons->count;
4737 /* get channels count */
6438 /* Keep a count of the number of scans done by this scanner */
8607 /* get dummy lines count */
14242 /* buffer size divided by 2 (words count) */
14265 /* buffer size divided by 2 (words count) */
14414 if (*chnptr < wshading->count)
14441 if (*chnptr >= wshading->count)
14554 wshading->count = bytes_per_line / bytes_per_channel;
14562 (double *) malloc (sizeof (double) * wshading->count);
14565 for (x = 0; x < wshading->count; x++)
14593 for (x = 0; x < wshading->count; x++)
14625 for (x = 0; x < myscancfg->coord.height * wshading->count; x++)
14640 if (chn == wshading->count)
14656 for (x = 0; x < wshading->count; x++)