Searched refs:fibheap (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | fibheap.h | 51 typedef struct fibheap struct
|
D | ChangeLog-9103 | 3 * include/fibheap.h (fibnode): Use __extension__ for 8 * include/fibheap.h (fibnode): Use unsigned long int for 13 * fibheap.h (fibnode): Use __extension__ for 18 * fibheap.h (fibnode): Use unsigned long int for 360 * fibheap.h: Likewise. 602 * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: 607 * fibheap.h: Tidy formatting. 612 * fibheap.h: New file. Fibonacci heap.
|
D | ChangeLog-0415 | 997 * fibheap.h: Add extern "C" when compiling with C++. 1253 * fibheap.h: Add extern "C" when compiling with C++. 1799 dyn-string.h, fibheap.h, filenames.h, floatformat.h, 1857 * fibheap.h: Likewise. 1919 * fibheap.h (struct fibnode): Only use unsigned long bitfields
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | Makefile.in | 132 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \ 174 ./fdmatch.$(objext) ./fibheap.$(objext) \ 236 $(INCDIR)/fibheap.h \ 748 ./fibheap.$(objext): $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \ 749 $(INCDIR)/fibheap.h $(INCDIR)/libiberty.h 751 $(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \ 754 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fibheap.c -o noasan/$@; \ 756 $(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
|
D | fibheap.c | 59 return (fibheap_t) xcalloc (1, sizeof (struct fibheap)); in fibheap_new()
|
D | ChangeLog | 1596 * fibheap.c (fibheap_replace_key_data): Make sure we don't early 2673 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c, 2958 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare, 3848 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to 4310 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t. 4849 * fibheap.c (fibheap_init, fibnode_init): Remove. 4856 * Makefile.in (fibheap.o): Depend on config.h. 4857 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some 4877 * fibheap.c: New file. Fibonacci heap. 4879 * Makefile.in (CFILES): Add fibheap.c. [all …]
|