Searched refs:count_run (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | timsort.h | 152 #define COUNT_RUN SORT_MAKE_STR(count_run)
|
/external/python/cpython2/Objects/ |
D | listobject.c | 1118 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending) in count_run() function 2137 n = count_run(lo, hi, compare, &descending); in listsort()
|
D | listsort.txt | 215 count_run() returns the # of elements in the next run. A run is either
|
/external/python/cpython3/Objects/ |
D | listobject.c | 1253 count_run(MergeState *ms, PyObject **lo, PyObject **hi, int *descending) in count_run() function 2326 n = count_run(&ms, lo.keys, lo.keys + nremaining, &descending); in list_sort_impl()
|
D | listsort.txt | 215 count_run() returns the # of elements in the next run. A run is either
|