Home
last modified time | relevance | path

Searched refs:hashtab (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/contrib/binutils/bfd/
HDMakefile.am1000 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1002 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1006 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1010 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1011 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1012 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1014 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1016 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1017 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1018 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
[all …]
HDMakefile.in1579 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1581 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1585 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1589 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1590 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1591 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1593 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1595 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1596 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1597 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
[all …]
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_add_filter_compress.c96 int hashtab [HSIZE]; member
201 memset(state->hashtab, 0xff, sizeof(state->hashtab)); in archive_compressor_compress_open()
363 if (state->hashtab[i] == state->cur_fcode) { in archive_compressor_compress_write()
367 if (state->hashtab[i] < 0) /* Empty slot. */ in archive_compressor_compress_write()
378 if (state->hashtab[i] == state->cur_fcode) { in archive_compressor_compress_write()
382 if (state->hashtab[i] >= 0) in archive_compressor_compress_write()
391 state->hashtab[i] = state->cur_fcode; in archive_compressor_compress_write()
410 memset(state->hashtab, 0xff, sizeof(state->hashtab)); in archive_compressor_compress_write()
/NextBSD/usr.sbin/lpr/pac/
HDpac.c93 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ variable
261 hp = hashtab[0]; in dumpit()
266 hp = hashtab[hno++]; in dumpit()
304 hp = hashtab[i]; in rewrite()
346 hp->h_link = hashtab[h]; in enter()
347 hashtab[h] = hp; in enter()
363 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link) in lookup()
/NextBSD/contrib/ncurses/ncurses/tty/
HDhashmap.c106 #define hashtab(sp) ((sp)->hashtab) macro
283 if (hashtab(SP_PARM)) in NCURSES_SP_NAME()
284 free(hashtab(SP_PARM)); in NCURSES_SP_NAME()
285 hashtab(SP_PARM) = typeMalloc(HASHMAP, in NCURSES_SP_NAME()
287 if (!hashtab(SP_PARM)) { in NCURSES_SP_NAME()
331 memset(hashtab(SP_PARM), '\0', in NCURSES_SP_NAME()
332 sizeof(*(hashtab(SP_PARM))) in NCURSES_SP_NAME()
337 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME()
347 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME()
364 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME()
/NextBSD/crypto/heimdal/lib/asn1/
HDhash.h48 struct hashtab { /* Hash table */ struct
55 typedef struct hashtab Hashtab; argument
/NextBSD/contrib/gcc/
HDFREEBSD-libiberty13 hashtab.c \
29 hashtab.h \
/NextBSD/contrib/gcclibs/include/
HDChangeLog74 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
120 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
132 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
190 * hashtab.h: Likewise.
275 * hashtab.h (struct htab): Add size_prime_index.
279 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
283 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
HDChangeLog-9103191 * hashtab.h (iterative_hash): Prototype.
224 * hashtab.h (htab_traverse_noresize): Declare.
244 * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
361 * hashtab.h: Likewise.
389 * hashtab.h (htab): Rearrange new members for backward
395 * hashtab.h (htab_create): Restore prototype for backward
401 * hashtab.h (struct htab): Update for change to length specifier.
405 * hashtab.h (GTY): Define if undefined.
631 * hashtab.h (htab_hash_string): Declare.
796 * hashtab.h (struct htab): Add member return_allocation_failure.
[all …]
/NextBSD/sys/boot/common/
HDload_elf.c57 Elf_Hashelt *hashtab; member
616 ef->hashtab = (Elf_Hashelt*)(uintptr_t)(dp[i].d_un.d_ptr + off); in __elfN()
643 if (ef->hashtab == NULL || ef->symtab == NULL || in __elfN()
646 COPYOUT(ef->hashtab, &ef->nbuckets, sizeof(ef->nbuckets)); in __elfN()
647 COPYOUT(ef->hashtab + 1, &ef->nchains, sizeof(ef->nchains)); in __elfN()
648 ef->buckets = ef->hashtab + 2; in __elfN()
/NextBSD/gnu/usr.bin/binutils/libiberty/
HDMakefile19 hashtab.c \
/NextBSD/contrib/binutils/include/
HDChangeLog290 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
354 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
366 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
413 * hashtab.h: Likewise.
671 * hashtab.h (struct htab): Add size_prime_index.
675 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
679 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
/NextBSD/gnu/usr.bin/cc/libiberty/
HDMakefile18 hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
/NextBSD/contrib/gcclibs/libiberty/
HDMakefile.in138 hashtab.c hex.c \
171 ./hashtab.o ./hex.o \
216 $(INCDIR)/hashtab.h \
703 ./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
704 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
706 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
708 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
HDChangeLog54 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
338 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
404 * hashtab.c (htab_size): Define as both macro and non-inline
485 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
734 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
931 * hashtab.c (htab_find_slot_with_hash): Make function
1102 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
1121 * hashtab.c (htab_remove_elt_with_hash): New function.
1126 * hashtab.c (htab_size): Move to top of file; mark inline.
1587 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
[all …]
/NextBSD/contrib/binutils/libiberty/
HDMakefile.in138 hashtab.c hex.c \
171 ./hashtab.o ./hex.o \
216 $(INCDIR)/hashtab.h \
727 ./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
728 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
730 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
732 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
HDChangeLog252 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
536 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
602 * hashtab.c (htab_size): Define as both macro and non-inline
683 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
932 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
1129 * hashtab.c (htab_find_slot_with_hash): Make function
1300 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
1319 * hashtab.c (htab_remove_elt_with_hash): New function.
1324 * hashtab.c (htab_size): Move to top of file; mark inline.
1785 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
[all …]
/NextBSD/libexec/rtld-elf/
HDrtld.c921 const Elf_Hashelt *hashtab; in digest_dynamic1() local
1015 hashtab = (const Elf_Hashelt *)(obj->relocbase + in digest_dynamic1()
1017 obj->nbuckets = hashtab[0]; in digest_dynamic1()
1018 obj->nchains = hashtab[1]; in digest_dynamic1()
1019 obj->buckets = hashtab + 2; in digest_dynamic1()
1028 hashtab = (const Elf_Hashelt *)(obj->relocbase + in digest_dynamic1()
1030 obj->nbuckets_gnu = hashtab[0]; in digest_dynamic1()
1031 obj->symndx_gnu = hashtab[1]; in digest_dynamic1()
1032 nmaskwords = hashtab[2]; in digest_dynamic1()
1035 obj->shift2_gnu = hashtab[3]; in digest_dynamic1()
[all …]
/NextBSD/sys/kern/
HDlink_elf.c528 const Elf_Hashelt *hashtab = (const Elf_Hashelt *) in parse_dynamic() local
530 ef->nbuckets = hashtab[0]; in parse_dynamic()
531 ef->nchains = hashtab[1]; in parse_dynamic()
532 ef->buckets = hashtab + 2; in parse_dynamic()
/NextBSD/gnu/usr.bin/cc/cc_tools/
HDMakefile85 HASHTAB_H= ${GCCLIB}/include/hashtab.h
511 hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
/NextBSD/contrib/binutils/binutils/
HDMakefile.am457 $(INCDIR)/hashtab.h bucomm.h arsup.h $(INCDIR)/filenames.h \
472 $(INCDIR)/filenames.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
547 $(INCDIR)/bfdlink.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
HDMakefile.in1207 $(INCDIR)/hashtab.h bucomm.h arsup.h $(INCDIR)/filenames.h \
1222 $(INCDIR)/filenames.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
1297 $(INCDIR)/bfdlink.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_set_term.c186 FreeIfNeeded(sp->hashtab); in delscreen()
/NextBSD/contrib/gcc/cp/
HDMake-lang.in226 $(srcdir)/../include/hashtab.h $(srcdir)/../include/splay-tree.h
/NextBSD/contrib/binutils/gas/
HDMakefile.in826 $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
883 cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
962 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
973 $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
1036 $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/xregex.h \
1097 $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h

12