Searched refs:qsort (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | qsort.c | 22 void qsort(void *base, in qsort() function
|
| H A D | Makefile | 40 obj-y += qsort.o 68 obj-$(CONFIG_$(SPL_TPL_)SAVEENV) += qsort.o
|
| H A D | hashtable.c | 655 qsort(list, n, sizeof(ENTRY *), cmpkey); in hexport_r()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | efi.c | 83 qsort(base, count, map->desc_size, h_cmp_entry); in efi_build_mem_table()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 329 qsort(cmdv, found, sizeof(cmdv[0]), strcmp_compar); in env_complete()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | livetree.c | 663 qsort(tbl, n, sizeof(*tbl), cmp_reserve_info); in sort_reserve_entries() 699 qsort(tbl, n, sizeof(*tbl), cmp_prop); in sort_properties() 735 qsort(tbl, n, sizeof(*tbl), cmp_subnode); in sort_subnodes()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 687 void qsort(void *base, size_t nmemb, size_t size,
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mips-relocs.c | 381 qsort(relocs, relocs_idx, sizeof(*relocs), compare_relocs); in main()
|
| H A D | mkimage.c | 57 qsort(order, count, sizeof(int), h_compare_category_name); in show_valid_options()
|
| H A D | fdtgrep.c | 689 qsort(region, count, sizeof(struct fdt_region), in fdtgrep_find_regions()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootstage.c | 322 qsort(data->record, data->rec_count, sizeof(*rec), h_compare_record); in bootstage_report()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | symbol.c | 1063 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()
|