Lines Matching defs:count
142 if (t->history.count < 4)
164 if (t->history.count < TOUCHPAD_HISTORY_LENGTH)
165 t->history.count++;
196 if (tp->hysteresis.enabled || t->history.count == 0)
238 if (t->history.count > 0)
249 t->history.count = 0;
281 /* don't count BTN_TOUCH */
484 if (t->history.count <= 1)
663 * but never slot 2 because our slot count is wrong.
689 "Wrong slot count (%d), reducing to %d\n",
1510 if (t->history.count == 0) {
1592 for (int i = 0; i < (int)t->history.count; i++) {
1699 if (t->state == TOUCH_END && t->history.count > 0)
1763 * count each event that we're over the threshold up to 10
1772 * never count down. Let's see how far we get with that.
2204 /* Buttons do not count as trackpad activity, as people may use
2380 size_t count = 0;
2389 count++;
2390 if (count > 3) {