Searched refs:list_sort (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/lib/ |
D | list_sort.c | 103 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()
|
D | Makefile | 48 obj-y += list_sort.o
|
/external/u-boot/include/linux/ |
D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head,
|
/external/python/cpython3/Objects/clinic/ |
D | listobject.c.h | 125 {"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/ |
D | ccbench.py | 100 def list_sort(l): function 104 return list_sort, (list(range(1000)), )
|
/external/python/cpython3/Tools/ccbench/ |
D | ccbench.py | 98 def list_sort(l): function 102 return list_sort, (list(range(1000)), )
|
/external/u-boot/fs/ubifs/ |
D | gc.c | 288 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes() 289 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
|
D | replay.c | 298 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
|
/external/u-boot/lib/efi_loader/ |
D | efi_memory.c | 68 list_sort(NULL, &efi_mem, efi_mem_cmp); in efi_mem_sort()
|