Lines Matching refs:bcount
1656 Py_ssize_t bcount = 0; /* # of times B won in a row */
1668 ++bcount;
1673 if (bcount >= min_gallop)
1679 bcount = 0;
1722 bcount = k;
1737 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
1794 Py_ssize_t bcount = 0; /* # of times B won in a row */
1807 bcount = 0;
1816 ++bcount;
1821 if (bcount >= min_gallop)
1858 bcount = k;
1877 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);