Home
last modified time | relevance | path

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

/external/libxml2/
Dtimsort.h152 #define COUNT_RUN SORT_MAKE_STR(count_run)
/external/python/cpython2/Objects/
Dlistobject.c1118 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending) in count_run() function
2137 n = count_run(lo, hi, compare, &descending); in listsort()
Dlistsort.txt215 count_run() returns the # of elements in the next run. A run is either
/external/python/cpython3/Objects/
Dlistobject.c1253 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()
Dlistsort.txt215 count_run() returns the # of elements in the next run. A run is either