Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/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-8020.101.4/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.c1434 qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
1554 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
1581 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
/xnu-8020.101.4/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-8020.101.4/osfmk/kern/
H A Drestartable.c72 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
140 qsort(ranges, count, sizeof(task_restartable_range_t), _ranges_cmp); in _ranges_validate()
H A Dstartup.c252 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
288 qsort(startup_entries, n, sizeof(struct startup_entry), startup_entry_cmp); in kernel_startup_bootstrap()
H A Dhazard.c332 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
475 qsort(st.hbfs_array, st.hbfs_array_len, sizeof(void *), hazard_compare); in hazard_scan_and_reclaim()
H A Dbtlog.c1541 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
1565 qsort(array, count, sizeof(struct btlog_record), btlog_record_cmp_where); in btlog_records_pack()
1700 qsort(btr_array, count, sizeof(struct btlog_record), in btlog_get_records()
H A Dkalloc.c747 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
1753 qsort(kt_buffer, (size_t) kt_count, sizeof(kalloc_type_view_t), in kalloc_type_view_init_fixed()
1802 qsort(kt_buffer, (size_t) kt_count, sizeof(kalloc_type_var_view_t), in kalloc_type_view_init_var()
H A Dcoalition.c2309 qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
2520 qsort(sort_array, ntasks, sizeof(struct coal_sort_s), cmp_func); in coalition_get_pid_list()
/xnu-8020.101.4/osfmk/i386/
H A Dcpu_topology.c42 __private_extern__ void qsort(
122 qsort((void *) &cpu_data_ptr[1], in cpu_topology_sort()
/xnu-8020.101.4/osfmk/arm/pmap/
H A Dpmap_internal.h162 extern void qsort(void *a, size_t n, size_t es, cmpfunc_t cmp);
H A Dpmap_data.c3563 qsort(io_attr_table, num_io_rgns, sizeof(*ranges), cmp_io_rgns); in pmap_load_io_rgns()
/xnu-8020.101.4/bsd/dev/dtrace/
H A Dfbt.c66 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
458 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 *));
1991 qsort(pdata->ftps_offs, pdata->ftps_noffs, in fasttrap_add_probe()
2195 qsort(dhpb->dthpb_offs, dhpb->dthpb_noffs, sizeof (uint32_t), in fasttrap_meta_create_probe()
2203 qsort(dhpb->dthpb_enoffs, dhpb->dthpb_nenoffs, sizeof (uint32_t), in fasttrap_meta_create_probe()
/xnu-8020.101.4/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-8020.101.4/iokit/Kernel/
H A DIOKitDebug.cpp225 __private_extern__ "C" void qsort(
1016 qsort(instances, count, sizeof(*instances), &IOTrackingZoneElementCompare); in zone_leaks_scan()
1052 qsort(instances, count, sizeof(*instances), &IOTrackingAddressCompare); in IOTrackingLeaks()
1462 qsort(siteInfos, num, sizeof(*siteInfos), &IOTrackingCallSiteInfoCompare); in IOTrackingDebug()
/xnu-8020.101.4/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-8020.101.4/osfmk/ipc/
H A Dmach_port.c110 extern void qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *));
1336 qsort((void *)addr, actual, sizeof(mach_port_name_t), in mach_port_get_set_status()
/xnu-8020.101.4/osfmk/tests/
H A Dkernel_tests.c57 __private_extern__ void qsort(void * a, size_t n, size_t es, int (*cmp)(const void *, const void *)…
587 qsort(numbers, CONF_ITERATIONS, sizeof(numbers[0]), compare_numbers_ascending); in RandomULong_test()
/xnu-8020.101.4/bsd/conf/
H A DMakefile.template153 qsort.o_CWARNFLAGS_ADD += -Wno-cast-align
H A Dfiles517 bsd/kern/qsort.c standard xnu-library
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_bio.c4977 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
4989 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp); in bflushq()
H A Dvfs_fsevents.c171 __private_extern__ void qsort(

12