Searched refs:bcount (Results 1 – 5 of 5) sorted by relevance
1485 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local1497 ++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() local1635 bcount = 0; in merge_hi()1644 ++bcount; in merge_hi()1649 if (bcount >= min_gallop) in merge_hi()[all …]
591 offset equal to the previous value of acount/bcount. Doing so saves about
594 offset equal to the previous value of acount/bcount. Doing so saves about
1117 int bcount=0; local1139 bcount++;1143 if (bcount != scount) return 0;