Lines Matching defs:acount
1655 Py_ssize_t acount = 0; /* # of times A won in a row */
1669 acount = 0;
1678 ++acount;
1683 if (acount >= min_gallop)
1699 acount = k;
1737 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
1793 Py_ssize_t acount = 0; /* # of times A won in a row */
1806 ++acount;
1811 if (acount >= min_gallop)
1817 acount = 0;
1840 acount = k;
1877 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);