Home | History | Annotate | Download | only in Objects

Lines Matching full:acount

1487         Py_ssize_t acount = 0;          /* # of times A won in a row */
1501 acount = 0;
1510 ++acount;
1515 if (acount >= min_gallop)
1531 acount = k;
1569 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
1624 Py_ssize_t acount = 0; /* # of times A won in a row */
1637 ++acount;
1642 if (acount >= min_gallop)
1648 acount = 0;
1671 acount = k;
1708 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);