Home
last modified time | relevance | path

Searched refs:qsort (Results 1 – 18 of 18) sorted by relevance

/u-boot/include/
A Dsort.h20 void qsort(void *base, size_t nmemb, size_t size,
/u-boot/lib/
A Dqsort.c24 void qsort(void *base, in qsort() function
A DMakefile88 obj-y += qsort.o
A Dhashtable.c675 qsort(list, n, sizeof(struct env_entry *), cmpkey); in hexport_r()
/u-boot/arch/arm/mach-mvebu/armada3700/
A Dcpu.c223 qsort(dram_wins, ndram_wins, sizeof(dram_wins[0]), dram_win_cmp); in a3700_dram_init_banksize()
/u-boot/env/
A Dcommon.c339 qsort(cmdv, found, sizeof(cmdv[0]), strcmp_compar); in env_complete()
/u-boot/cmd/
A Defi.c101 qsort(base, count, map->desc_size, h_cmp_entry); in efi_build_mem_table()
/u-boot/arch/x86/cpu/
A Dmtrr.c156 qsort(req, gd->arch.mtrr_req_count, sizeof(*req), h_comp_mtrr); in mtrr_commit()
/u-boot/scripts/dtc/
A Dlivetree.c687 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 Dstart.c97 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
/u-boot/tools/
A Dmips-relocs.c376 qsort(relocs, relocs_idx, sizeof(*relocs), compare_relocs); in main()
A Dmkimage.c62 qsort(order, count, sizeof(int), h_compare_category_name); in show_valid_options()
A Dfdtgrep.c692 qsort(region, count, sizeof(struct fdt_region), in fdtgrep_find_regions()
A Dasn1_compiler.c787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
/u-boot/common/
A Dbootstage.c344 qsort(data->record, data->rec_count, sizeof(*rec), h_compare_record); in bootstage_report()
/u-boot/lib/efi_loader/
A Defi_image_loader.c364 qsort(sorted, num_sections, sizeof(sorted[0]), cmp_pe_section); in efi_image_parse()
A Defi_capsule.c798 qsort(tmp_files, count, sizeof(*tmp_files), in efi_capsule_scan_dir()
/u-boot/scripts/kconfig/
A Dsymbol.c988 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()

Completed in 24 milliseconds