Searched refs:hashtab (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dhash.h48 struct hashtab { /* Hash table */ struct
55 typedef struct hashtab Hashtab;
/freebsd-11-stable/contrib/gcc/
H A DFREEBSD-libiberty13 hashtab.c \
29 hashtab.h \
H A DMakefile.in391 HASHTAB_H = $(srcdir)/../include/hashtab.h
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.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
[all...]
H A DMakefile.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
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dheap.c266 static unsigned char hashtab[SM_HEAP_TABLE_SIZE] = variable
313 h = hashtab[n & 0xFF];
314 h = hashtab[h ^ ((n >> 8) & 0xFF)];
315 h = hashtab[h ^ ((n >> 16) & 0xFF)];
316 h = hashtab[h ^ ((n >> 24) & 0xFF)];
323 h = hashtab[n & 0xFF];
324 h = hashtab[h ^ ((n >> 8) & 0xFF)];
325 h = hashtab[h ^ ((n >> 16) & 0xFF)];
326 h = hashtab[h ^ ((n >> 24) & 0xFF)];
327 h = hashtab[
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c96 int hashtab [HSIZE]; member in struct:private_data
196 memset(state->hashtab, 0xff, sizeof(state->hashtab));
358 if (state->hashtab[i] == state->cur_fcode) {
362 if (state->hashtab[i] < 0) /* Empty slot. */
373 if (state->hashtab[i] == state->cur_fcode) {
377 if (state->hashtab[i] >= 0)
386 state->hashtab[i] = state->cur_fcode;
405 memset(state->hashtab, 0xff, sizeof(state->hashtab));
[all...]
/freebsd-11-stable/usr.sbin/lpr/pac/
H A Dpac.c93 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ variable in typeref:struct:hent
261 hp = hashtab[0];
266 hp = hashtab[hno++];
304 hp = hashtab[i];
346 hp->h_link = hashtab[h];
347 hashtab[h] = hp;
363 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link)
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c106 #define hashtab(sp) ((sp)->hashtab) macro
283 if (hashtab(SP_PARM))
284 free(hashtab(SP_PARM));
285 hashtab(SP_PARM) = typeMalloc(HASHMAP,
287 if (!hashtab(SP_PARM)) {
331 memset(hashtab(SP_PARM), '\0',
332 sizeof(*(hashtab(SP_PARM)))
337 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++)
347 for (hsp = hashtab(SP_PAR
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile19 hashtab.c \
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile18 hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
/freebsd-11-stable/stand/common/
H A Dload_elf.c58 Elf_Hashelt *hashtab; member in struct:elf_file
788 ef->hashtab =
820 if (ef->hashtab == NULL || ef->symtab == NULL ||
823 COPYOUT(ef->hashtab, &ef->nbuckets, sizeof(ef->nbuckets));
824 COPYOUT(ef->hashtab + 1, &ef->nchains, sizeof(ef->nchains));
825 ef->buckets = ef->hashtab + 2;
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile43 HASHTAB_H= ${GCCLIB}/include/hashtab.h
402 hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.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)
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.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)
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c1058 const Elf_Hashelt *hashtab; local
1155 hashtab = (const Elf_Hashelt *)(obj->relocbase +
1157 obj->nbuckets = hashtab[0];
1158 obj->nchains = hashtab[1];
1159 obj->buckets = hashtab + 2;
1168 hashtab = (const Elf_Hashelt *)(obj->relocbase +
1170 obj->nbuckets_gnu = hashtab[0];
1171 obj->symndx_gnu = hashtab[1];
1172 nmaskwords = hashtab[2];
1175 obj->shift2_gnu = hashtab[
[all...]
/freebsd-11-stable/sys/kern/
H A Dlink_elf.c533 const Elf_Hashelt *hashtab = (const Elf_Hashelt *) local
535 ef->nbuckets = hashtab[0];
536 ef->nchains = hashtab[1];
537 ef->buckets = hashtab + 2;
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c186 FreeIfNeeded(sp->hashtab);
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.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
H A DMakefile.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
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am1056 $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
1104 cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
1171 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
1181 $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
1235 $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/xregex.h \
1288 $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
2168 dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
H A DMakefile.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
3006 dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am1986 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h
H A DMakefile.in2779 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h

Completed in 304 milliseconds