Lines Matching refs:bcount
1485 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local
1497 ++bcount; in merge_lo()
1502 if (bcount >= min_gallop) in merge_lo()
1508 bcount = 0; in merge_lo()
1551 bcount = k; in merge_lo()
1566 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1622 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_hi() local
1635 bcount = 0; in merge_hi()
1644 ++bcount; in merge_hi()
1649 if (bcount >= min_gallop) in merge_hi()
1686 bcount = k; in merge_hi()
1705 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_hi()