Searched refs:sort (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | sort.c | 271 void sort(void *base, size_t num, size_t size, in sort() function 277 EXPORT_SYMBOL(sort);
|
D | test_sort.c | 28 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort_init()
|
D | extable.c | 67 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
D | objagg.c | 628 sort(objagg_stats->stats_info, objagg_stats->stats_info_count, in objagg_stats_get() 1044 sort(objagg_stats->stats_info, objagg_stats->stats_info_count, in objagg_hints_stats_get()
|
D | Makefile | 43 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
|
D | Kconfig.debug | 1697 tristate "Array-based sort test" 1700 This option enables the self-test function of 'sort()' at boot,
|