Searched refs:list_sort (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/clinic/ |
H A D | listobject.c.h | 160 {"sort", _PyCFunction_CAST(list_sort), METH_FASTCALL|METH_KEYWORDS, list_sort__doc__}, 166 list_sort(PyListObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in list_sort() function
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 482 extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv, 485 extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 91 def list_sort(l): function 95 return list_sort, (list(range(1000)), )
|
Completed in 3 milliseconds