Searched refs:heapsort (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/common/lib/libc/stdlib/ |
| H A D | heapsort.c | 41 #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 D | Makefile.inc | 11 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 D | locate.bigram.c | 128 heapsort((void *)bigrams, 256 * 256, sizeof(struct bigram), in main()
|
| /netbsd-src/sys/lib/libkern/ |
| H A D | Makefile.libkern | 94 SRCS+= heapsort.c ptree.c radixtree.c rb.c rpst.c
|
| /netbsd-src/include/ |
| H A D | stdlib.h | 319 int heapsort(void *, size_t, size_t, int (*)(const void *, const void *));
|
| /netbsd-src/tools/compat/ |
| H A D | configure.ac | 186 AC_CHECK_DECLS([atoll, heapsort, mkdtemp, mkstemp, reallocarr, reallocarray, 230 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
|
| H A D | compat_defs.h | 466 #define heapsort __nbcompat_heapsort macro 469 int heapsort (void *, size_t, size_t, int (*)(const void *, const void *));
|
| H A D | Makefile | 10 heapsort.c getsubopt.c \
|
| H A D | nbtool_config.h.in | 169 /* 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 D | lfs_cleanerd.c | 891 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 D | spell.ok | 307 heapsort
|
| /netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| H A D | elf2bb.c | 383 heapsort(relbuf, r32sz, 4, intcmp); in main()
|
| /netbsd-src/lib/libc/include/ |
| H A D | namespace.h | 439 #define heapsort _heapsort 435 #define heapsort _heapsort global() macro
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 1694 heapsort
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1998 | 13457 * frame.c (heapsort): Rename to frame_heapsort. 15491 * frame.c (start_fde_sort, fde_split, heapsort, fde_merge,
|