| /freebsd/contrib/sendmail/libsm/ |
| H A D | heap.c | 273 static unsigned char hashtab[SM_HEAP_TABLE_SIZE] = variable 320 h = hashtab[n & 0xFF]; 321 h = hashtab[h ^ ((n >> 8) & 0xFF)]; 322 h = hashtab[h ^ ((n >> 16) & 0xFF)]; 323 h = hashtab[h ^ ((n >> 24) & 0xFF)]; 330 h = hashtab[n & 0xFF]; 331 h = hashtab[h ^ ((n >> 8) & 0xFF)]; 332 h = hashtab[h ^ ((n >> 16) & 0xFF)]; 333 h = hashtab[h ^ ((n >> 24) & 0xFF)]; 334 h = hashtab[h ^ ((n >> 32) & 0xFF)]; [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_compress.c | 94 int hashtab [HSIZE]; member 194 memset(state->hashtab, 0xff, sizeof(state->hashtab)); in archive_compressor_compress_open() 356 if (state->hashtab[i] == state->cur_fcode) { in archive_compressor_compress_write() 360 if (state->hashtab[i] < 0) /* Empty slot. */ in archive_compressor_compress_write() 371 if (state->hashtab[i] == state->cur_fcode) { in archive_compressor_compress_write() 375 if (state->hashtab[i] >= 0) in archive_compressor_compress_write() 384 state->hashtab[i] = state->cur_fcode; in archive_compressor_compress_write() 403 memset(state->hashtab, 0xff, sizeof(state->hashtab)); in archive_compressor_compress_write()
|
| /freebsd/usr.sbin/lpr/pac/ |
| H A D | pac.c | 81 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ variable 249 hp = hashtab[0]; in dumpit() 254 hp = hashtab[hno++]; in dumpit() 292 hp = hashtab[i]; in rewrite() 333 hp->h_link = hashtab[h]; in enter() 334 hashtab[h] = hp; in enter() 350 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link) in lookup()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 111 #define hashtab(sp) ((sp)->hashtab) macro 292 if (hashtab(SP_PARM)) in NCURSES_SP_NAME() 293 free(hashtab(SP_PARM)); in NCURSES_SP_NAME() 294 hashtab(SP_PARM) = typeMalloc(HASHMAP, in NCURSES_SP_NAME() 296 if (!hashtab(SP_PARM)) { in NCURSES_SP_NAME() 343 memset(hashtab(SP_PARM), '\0', in NCURSES_SP_NAME() 344 sizeof(*(hashtab(SP_PARM))) in NCURSES_SP_NAME() 349 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME() 359 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME() 376 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | hash.h | 48 struct hashtab { /* Hash table */ struct 55 typedef struct hashtab Hashtab; argument
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | deps | 70 $(BUILDTOP)/include/autoconf.h $(top_srcdir)/include/k5-hashtab.h \ 72 $(top_srcdir)/include/k5-thread.h hashtab.c t_hashtab.c 89 hashtab.so hashtab.po $(OUTPRE)hashtab.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ 90 $(top_srcdir)/include/k5-hashtab.h $(top_srcdir)/include/k5-platform.h \ 92 hashtab.c
|
| H A D | Makefile.in | 95 hashtab.o \ 125 $(OUTPRE)hashtab.$(OBJEXT) \ 166 $(srcdir)/hashtab.c \
|
| /freebsd/crypto/krb5/src/lib/krb5/rcache/ |
| H A D | deps | 8 $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-hashtab.h \ 41 $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-hashtab.h \ 62 $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-hashtab.h \ 74 $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-hashtab.h \
|
| /freebsd/krb5/util/support/ |
| H A D | Makefile | 27 hashtab.c \
|
| /freebsd/stand/common/ |
| H A D | load_elf.c | 52 Elf_Hashelt *hashtab; member 870 ef->hashtab = 902 if (ef->hashtab == NULL || ef->symtab == NULL || 905 COPYOUT(ef->hashtab, &ef->nbuckets, sizeof(ef->nbuckets)); 906 COPYOUT(ef->hashtab + 1, &ef->nchains, sizeof(ef->nchains)); 907 ef->buckets = ef->hashtab + 2;
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 1290 const Elf_Hashelt *hashtab; in digest_dynamic1() local 1402 hashtab = (const Elf_Hashelt *)(obj->relocbase + in digest_dynamic1() 1404 obj->nbuckets = hashtab[0]; in digest_dynamic1() 1405 obj->nchains = hashtab[1]; in digest_dynamic1() 1406 obj->buckets = hashtab + 2; in digest_dynamic1() 1413 hashtab = (const Elf_Hashelt *)(obj->relocbase + in digest_dynamic1() 1415 obj->nbuckets_gnu = hashtab[0]; in digest_dynamic1() 1416 obj->symndx_gnu = hashtab[1]; in digest_dynamic1() 1417 nmaskwords = hashtab[2]; in digest_dynamic1() 1420 obj->shift2_gnu = hashtab[3]; in digest_dynamic1() [all …]
|
| /freebsd/sys/kern/ |
| H A D | link_elf.c | 599 const Elf_Hashelt *hashtab = (const Elf_Hashelt *) in parse_dynamic() local 601 ef->nbuckets = hashtab[0]; in parse_dynamic() 602 ef->nchains = hashtab[1]; in parse_dynamic() 603 ef->buckets = hashtab + 2; in parse_dynamic()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_set_term.c | 207 FreeIfNeeded(sp->hashtab); in delscreen()
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | deps | 283 $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-hashtab.h \ 420 $(top_srcdir)/include/k5-hashtab.h $(top_srcdir)/include/k5-int-pkinit.h \
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | deps | 187 $(top_srcdir)/include/k5-hashtab.h $(top_srcdir)/include/k5-int-pkinit.h \
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1182 HASHMAP *hashtab; member
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 11075 + move hashtab static data out of hashmap.c into SCREEN struct.
|