Home
last modified time | relevance | path

Searched refs:merge_lo (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dlistsort.txt389 If A is smaller (function merge_lo), copy A to a temp array, leave B alone,
400 If B is smaller (function merge_hi, which is merge_lo's "mirror image"),
423 merge_lo() and merge_hi() are where the bulk of the time is spent. merge_lo
428 merge_lo here; merge_hi is exactly analogous.
447 merge_lo() and merge_hi() adjust this higher when galloping isn't paying
561 that merge_lo and merge_hi adjust: the longer we stay in galloping mode,
575 The description above was for merge_lo. merge_hi has to merge "from the
Dlistobject.c1458 merge_lo(MergeState *ms, PyObject **pa, Py_ssize_t na, in merge_lo() function
1780 return merge_lo(ms, pa, na, pb, nb); in merge_at()
/external/python/cpython3/Objects/
Dlistsort.txt389 If A is smaller (function merge_lo), copy A to a temp array, leave B alone,
400 If B is smaller (function merge_hi, which is merge_lo's "mirror image"),
423 merge_lo() and merge_hi() are where the bulk of the time is spent. merge_lo
428 merge_lo here; merge_hi is exactly analogous.
447 merge_lo() and merge_hi() adjust this higher when galloping isn't paying
561 that merge_lo and merge_hi adjust: the longer we stay in galloping mode,
575 The description above was for merge_lo. merge_hi has to merge "from the
Dlistobject.c1579 merge_lo(MergeState *ms, sortslice ssa, Py_ssize_t na, in merge_lo() function
1899 return merge_lo(ms, ssa, na, ssb, nb); in merge_at()