Lines Matching defs:count
1004 int count = 0;
1010 while (detector == 0xc3 && count < 20)
1013 count++;
1026 if (count >= 20)
1041 int skip, done, read, count;
1076 count = available_bytes (dev->fd);
1077 if (count)
1094 count = read_reg (dev->fd, REGE);
1095 count = read_reg (dev->fd, REGE);
1135 unsigned int i, start, end, count, width;
1151 count = 0;
1153 /* count number of black bytes */
1158 count++;
1163 if (count > (3 * width) / 100)
1184 unsigned int i, start, end, count, width;
1200 count = 0;
1202 /* count number of black bytes */
1207 count++;
1212 if (count > (3 * width) / 100)