Searched refs:qsort (Results 1 – 18 of 18) sorted by relevance
/u-boot/include/ |
A D | sort.h | 20 void qsort(void *base, size_t nmemb, size_t size,
|
/u-boot/lib/ |
A D | qsort.c | 24 void qsort(void *base, in qsort() function
|
A D | Makefile | 88 obj-y += qsort.o
|
A D | hashtable.c | 675 qsort(list, n, sizeof(struct env_entry *), cmpkey); in hexport_r()
|
/u-boot/arch/arm/mach-mvebu/armada3700/ |
A D | cpu.c | 223 qsort(dram_wins, ndram_wins, sizeof(dram_wins[0]), dram_win_cmp); in a3700_dram_init_banksize()
|
/u-boot/env/ |
A D | common.c | 339 qsort(cmdv, found, sizeof(cmdv[0]), strcmp_compar); in env_complete()
|
/u-boot/cmd/ |
A D | efi.c | 101 qsort(base, count, map->desc_size, h_cmp_entry); in efi_build_mem_table()
|
/u-boot/arch/x86/cpu/ |
A D | mtrr.c | 156 qsort(req, gd->arch.mtrr_req_count, sizeof(*req), h_comp_mtrr); in mtrr_commit()
|
/u-boot/scripts/dtc/ |
A D | livetree.c | 687 qsort(tbl, n, sizeof(*tbl), cmp_reserve_info); in sort_reserve_entries() 723 qsort(tbl, n, sizeof(*tbl), cmp_prop); in sort_properties() 759 qsort(tbl, n, sizeof(*tbl), cmp_subnode); in sort_subnodes()
|
/u-boot/arch/sandbox/cpu/ |
A D | start.c | 97 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
|
/u-boot/tools/ |
A D | mips-relocs.c | 376 qsort(relocs, relocs_idx, sizeof(*relocs), compare_relocs); in main()
|
A D | mkimage.c | 62 qsort(order, count, sizeof(int), h_compare_category_name); in show_valid_options()
|
A D | fdtgrep.c | 692 qsort(region, count, sizeof(struct fdt_region), in fdtgrep_find_regions()
|
A D | asn1_compiler.c | 787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
|
/u-boot/common/ |
A D | bootstage.c | 344 qsort(data->record, data->rec_count, sizeof(*rec), h_compare_record); in bootstage_report()
|
/u-boot/lib/efi_loader/ |
A D | efi_image_loader.c | 364 qsort(sorted, num_sections, sizeof(sorted[0]), cmp_pe_section); in efi_image_parse()
|
A D | efi_capsule.c | 798 qsort(tmp_files, count, sizeof(*tmp_files), in efi_capsule_scan_dir()
|
/u-boot/scripts/kconfig/ |
A D | symbol.c | 988 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()
|
Completed in 24 milliseconds