Home
last modified time | relevance | path

Searched refs:listsort (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dlistobject.c2044 listsort(PyListObject *self, PyObject *args, PyObject *kwds) in listsort() function
2222 v = listsort((PyListObject *)v, (PyObject *)NULL, (PyObject *)NULL); in PyList_Sort()
2522 {"sort", (PyCFunction)listsort, METH_VARARGS | METH_KEYWORDS, sort_doc},
/external/v8/third_party/v8/builtins/
Darray-sort.tq14 // https://github.com/python/cpython/blob/master/Objects/listsort.txt
108 // often then kMinGallop consecutive times. See listsort.txt for more info.
1535 // See listsort.txt for more info.