Home
last modified time | relevance | path

Searched refs:heapsort (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/common/lib/libc/stdlib/
H A Dheapsort.c41 #undef heapsort
67 #define heapsort __nbcompat_heapsort macro
71 __weak_alias(heapsort,_heapsort) in __weak_alias() argument
176 heapsort(void *vbase, size_t nmemb, size_t size,
/netbsd-src/lib/libc/stdlib/
H A DMakefile.inc11 hcreate.c heapsort.c imaxdiv.c insque.c jrand48.c l64a.c lldiv.c \
90 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
/netbsd-src/usr.bin/locate/bigram/
H A Dlocate.bigram.c128 heapsort((void *)bigrams, 256 * 256, sizeof(struct bigram), in main()
/netbsd-src/sys/lib/libkern/
H A DMakefile.libkern94 SRCS+= heapsort.c ptree.c radixtree.c rb.c rpst.c
/netbsd-src/include/
H A Dstdlib.h319 int heapsort(void *, size_t, size_t, int (*)(const void *, const void *));
/netbsd-src/tools/compat/
H A Dconfigure.ac186 AC_CHECK_DECLS([atoll, heapsort, mkdtemp, mkstemp, reallocarr, reallocarray,
230 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
H A Dcompat_defs.h466 #define heapsort __nbcompat_heapsort macro
469 int heapsort (void *, size_t, size_t, int (*)(const void *, const void *));
H A DMakefile10 heapsort.c getsubopt.c \
H A Dnbtool_config.h.in169 /* Define to 1 if you have the declaration of `heapsort', and to 0 if you
507 /* Define to 1 if you have the `heapsort' function. */
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c891 heapsort(bip, *bic, sizeof(BLOCK_INFO), bi_comparator); in toss_old_blocks()
903 heapsort(bip, *bic, sizeof(BLOCK_INFO), bi_comparator); in toss_old_blocks()
1119 heapsort(fs->clfs_segtabp, lfs_sb_getnseg(fs), sizeof(struct clfs_seguse *), in clean_fs()
/netbsd-src/share/doc/smm/01.setup/
H A Dspell.ok307 heapsort
/netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c383 heapsort(relbuf, r32sz, 4, intcmp); in main()
/netbsd-src/lib/libc/include/
H A Dnamespace.h439 #define heapsort _heapsort
435 #define heapsort _heapsort global() macro
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt1694 heapsort
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199813457 * frame.c (heapsort): Rename to frame_heapsort.
15491 * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,