Home
last modified time | relevance | path

Searched refs:list_sort (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/
Dlist_sort.c103 void list_sort(void *priv, struct list_head *head, in list_sort() function
148 EXPORT_SYMBOL(list_sort);
246 list_sort(NULL, &head, cmp); in list_sort_test()
DMakefile48 obj-y += list_sort.o
/external/u-boot/include/linux/
Dlist_sort.h8 void list_sort(void *priv, struct list_head *head,
/external/python/cpython3/Objects/clinic/
Dlistobject.c.h125 {"sort", (PyCFunction)list_sort, METH_FASTCALL|METH_KEYWORDS, list_sort__doc__},
131 list_sort(PyListObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in list_sort() function
/external/python/cpython2/Tools/ccbench/
Dccbench.py100 def list_sort(l): function
104 return list_sort, (list(range(1000)), )
/external/python/cpython3/Tools/ccbench/
Dccbench.py98 def list_sort(l): function
102 return list_sort, (list(range(1000)), )
/external/u-boot/fs/ubifs/
Dgc.c288 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes()
289 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
Dreplay.c298 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
/external/u-boot/lib/efi_loader/
Defi_memory.c68 list_sort(NULL, &efi_mem, efi_mem_cmp); in efi_mem_sort()