Searched refs:list_sort (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Objects/clinic/ |
D | listobject.c.h | 160 {"sort", (PyCFunction)(void(*)(void))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/boost/tools/build/src/engine/ |
D | lists.h | 85 LIST * list_sort( LIST * );
|
D | lists.cpp | 198 LIST * list_sort( LIST * l ) in list_sort() function
|
D | builtins.cpp | 1574 return list_sort( lol_get( frame->args, 0 ) ); in builtin_sort()
|
/third_party/python/Tools/ccbench/ |
D | ccbench.py | 91 def list_sort(l): function 95 return list_sort, (list(range(1000)), )
|
/third_party/boost/tools/build/src/engine/modules/ |
D | property-set.cpp | 151 LIST * sorted = list_sort( properties ); in property_set_create()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 464 extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 1042 Objects/clinic/listobject.c.h:list_sort():_parser static _PyArg_Parser _parser
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1448 Objects/clinic/listobject.c.h list_sort _parser -
|