Home | History | Annotate | Download | only in Objects

Lines Matching refs:bcount

1488         Py_ssize_t bcount = 0;          /* # of times B won in a row */
1500 ++bcount;
1505 if (bcount >= min_gallop)
1511 bcount = 0;
1554 bcount = k;
1569 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
1625 Py_ssize_t bcount = 0; /* # of times B won in a row */
1638 bcount = 0;
1647 ++bcount;
1652 if (bcount >= min_gallop)
1689 bcount = k;
1708 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);