Lines Matching defs:count
599 /* reset count of dummy lines to zero */
619 // the steps count must be different by at most 128, otherwise it's impossible to construct
1313 unsigned count;
1328 count = 0;
1339 count++;
1341 while (((val & 0x04) != 0x04) && (count < 300)); /* 1 min time out */
1342 if (count == 300)
1386 count = 0;
1391 count++;
1392 } while (status.is_motor_enabled && (count < 300));
1394 if (count == 300)
1474 unsigned count;
1546 count = 0;
1551 count++;
1552 } while (!status.is_at_home && (count < 150));
1655 // do not wait longer than 40 seconds, count down to get i = 0 when busy
2029 unsigned int i, j, k, average, count;
2037 count = 0;
2044 count++;
2047 if (count)
2048 avg[k] /= count;
2421 unsigned count = 0;
2428 count++;
2432 average[k] = average[k] / count;