Home
last modified time | relevance | path

Searched refs:MIN_GALLOP (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlistobject.c1173 * often than MIN_GALLOP consecutive times. See listsort.txt for more info.
1175 #define MIN_GALLOP 7 macro
1192 * to MIN_GALLOP. merge_lo and merge_hi tend to nudge it higher for
1568 ms->min_gallop = MIN_GALLOP; in merge_init()
1737 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1877 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_hi()

Completed in 5 milliseconds