Home
last modified time | relevance | path

Searched refs:bcount (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c1485 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()
[all …]
Dlistsort.txt591 offset equal to the previous value of acount/bcount. Doing so saves about
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c1485 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()
[all …]
Dlistsort.txt594 offset equal to the previous value of acount/bcount. Doing so saves about
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c1117 int bcount=0; local
1139 bcount++;
1143 if (bcount != scount) return 0;