Searched refs:qsort (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dstdlib.h36 __private_extern__ void qsort(
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dsort.c73 * Swap two areas of size number of bytes. Although qsort(3) permits random
160 /* Pass heapsort off as qsort for krld. -- Nik Gervae
169 void qsort(void * vbase, size_t nmemb, size_t size, function
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dqsort.c62 * @(#)qsort.c 8.1 (Berkeley) 6/4/93
68 #include <libsa/stdlib.h> /* qsort() */
121 qsort(void *a, size_t n, size_t es, int (*cmp)(const void *, const void *)) function
190 qsort(a, r / es, es, cmp);
197 /* qsort(pn - r, r / es, es, cmp);*/
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_topology.c50 __private_extern__ void qsort(
102 qsort((void *) &cpu_data_ptr[1],
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c3666 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp);
3678 qsort(flush_table, buf_count, sizeof(struct buf *), bp_cmp);
H A Dvfs_fsevents.c421 qsort(history, MAX_HISTORY, sizeof(struct history_item), compare_history_items);
H A Dvfs_journal.c82 __private_extern__ void qsort(
2939 qsort(&blhdr->binfo[1], blhdr->num_blocks-1, sizeof(block_info), journal_binfo_cmp);
H A Dvfs_subr.c151 __private_extern__ void qsort(
2373 qsort(extension_table, nexts, maxwidth, extension_cmp);

Completed in 104 milliseconds