Home
last modified time | relevance | path

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

12

/xnu-10063.141.1/bsd/kern/
H A Dqsort.c72 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
125 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort() function
199 qsort(a, r / es, es, cmp); in qsort()
214 qsort(array, nm, member_size, cmpf); in kx_qsort()
/xnu-10063.141.1/osfmk/arm64/
H A Dhibernate_arm64.c55 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
106 qsort((void*)dram_ranges, num_banks, sizeof(dram_ranges[0]), dram_range_compare); in hibernate_page_list_allocate()
H A Darm_vm_init.c1467 qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
1587 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
1614 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_boot.c111 extern void qsort(void *, size_t, size_t, in exclaves_boot_tasks()
113 qsort(boot_tasks, count, sizeof(boot_tasks[0]), ebt_cmp); in exclaves_boot_tasks()
H A Drestartable.c73 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
141 qsort(ranges, count, sizeof(task_restartable_range_t), _ranges_cmp); in _ranges_validate()
H A Dstartup.c242 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
278 qsort(startup_entries, n, sizeof(struct startup_entry), startup_entry_cmp); in kernel_startup_bootstrap()
H A Dbtlog.c1535 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
1559 qsort(array, count, sizeof(struct btlog_record), btlog_record_cmp_where); in btlog_records_pack()
1694 qsort(btr_array, count, sizeof(struct btlog_record), in btlog_get_records()
H A Dkalloc.c509 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
1412 qsort(&sorted_zones[0], (size_t) MAX_K_ZONE(kt_zone_cfg), in kalloc_type_redistribute_budget()
1798 qsort(kt_buffer, (size_t) kt_count, sizeof(kalloc_type_view_t), in kalloc_type_view_init_fixed()
1918 qsort(kt_buffer, (size_t) kt_count, sizeof(kalloc_type_var_view_t), in kalloc_type_view_init_var()
H A Dcoalition.c2382 qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
2593 qsort(sort_array, ntasks, sizeof(struct coal_sort_s), cmp_func); in coalition_get_pid_list()
/xnu-10063.141.1/osfmk/i386/
H A Dcpu_topology.c42 __private_extern__ void qsort(
121 qsort((void *) &cpu_data_ptr[1], in cpu_topology_sort()
/xnu-10063.141.1/tests/
H A Dprng.c21 qsort(buf, nblocks, BLOCK_SIZE, cmp); in prng_sanitycheck()
H A Dpriority_queue.cpp120 qsort(priority_list, PRIORITY_QUEUE_NODES, sizeof(priority_list[0]), compare_numbers_descending);
191 qsort(priority_list, PRIORITY_QUEUE_NODES, sizeof(priority_list[0]), compare_numbers_descending);
/xnu-10063.141.1/osfmk/arm64/sptm/pmap/
H A Dpmap_internal.h114 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
/xnu-10063.141.1/osfmk/arm/pmap/
H A Dpmap_internal.h160 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
H A Dpmap_data.c3683 qsort(io_attr_table, num_io_rgns, sizeof(*ranges), cmp_io_rgns); in pmap_load_io_rgns()
3914 qsort(io_filter_table, num_io_filter_entries, sizeof(*entries), cmp_io_filter_entries); in pmap_load_io_filters()
/xnu-10063.141.1/bsd/dev/dtrace/
H A Dfbt.c66 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
451 qsort(sorted_syms, symtab->nsyms, sizeof(kernel_nlist_t), fbt_sym_cmp); in fbt_provide_module_kernel_syms()
H A Dfasttrap.c65 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
1995 qsort(pdata->ftps_offs, pdata->ftps_noffs, in fasttrap_add_probe()
2199 qsort(dhpb->dthpb_offs, dhpb->dthpb_noffs, sizeof (uint32_t), in fasttrap_meta_create_probe()
2207 qsort(dhpb->dthpb_enoffs, dhpb->dthpb_nenoffs, sizeof (uint32_t), in fasttrap_meta_create_probe()
/xnu-10063.141.1/libkern/c++/
H A DOSDictionary.cpp60 void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
79 qsort(dictionary, count, sizeof(OSDictionary::dictEntry), in sortBySymbol()
/xnu-10063.141.1/iokit/Kernel/
H A DIOKitDebug.cpp226 __private_extern__ "C" void qsort(
1096 qsort(instances, count, sizeof(*instances), &IOTrackingZoneElementCompare); in zone_leaks_scan()
1132 qsort(instances, count, sizeof(*instances), &IOTrackingAddressCompare); in IOTrackingLeaks()
1550 qsort(siteInfos, num, sizeof(*siteInfos), &IOTrackingCallSiteInfoCompare); in IOTrackingDebug()
/xnu-10063.141.1/SETUP/kextsymboltool/
H A Dkextsymboltool.c618 qsort(import_symbols, num_import_syms, sizeof(struct symbol), &qsort_cmp); in main()
619 qsort(export_symbols, num_export_syms, sizeof(struct symbol), &qsort_cmp); in main()
/xnu-10063.141.1/osfmk/ipc/
H A Dmach_port.c111 extern void qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
1308 qsort((void *)addr, actual, sizeof(mach_port_name_t), in mach_port_get_set_status()
/xnu-10063.141.1/osfmk/arm64/sptm/
H A Darm_init_sptm.c1343 qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
/xnu-10063.141.1/bsd/conf/
H A DMakefile.template148 qsort.o_CWARNFLAGS_ADD += -Wno-cast-align
/xnu-10063.141.1/osfmk/tests/
H A Dkernel_tests.c58 __private_extern__ void qsort(void * a, size_t n, size_t es, int (*cmp)(const void *, const void *)…
603 qsort(numbers, CONF_ITERATIONS, sizeof(numbers[0]), compare_numbers_ascending); in RandomULong_test()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_bio.c5003 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
5015 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()

12