Searched refs:hashtable (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dhashtable.h64 #include <ext/hashtable.h>
70 using __gnu_cxx::hashtable;
H A Dhash_map.h64 using __gnu_cxx::hashtable;
H A Dhash_set.h64 using __gnu_cxx::hashtable;
/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.h27 } hashtable; typedef in typeref:struct:__anon13773
29 void hashtable_free(hashtable *);
30 int hashtable_get(hashtable *, const void *, void *);
31 hashtable *hashtable_init(size_t, size_t, size_t);
32 int hashtable_put(hashtable *, const void *, const void *);
33 int hashtable_remove(hashtable *, const void *);
H A Dhashtable.c1 /* $FreeBSD: stable/11/usr.bin/grep/regex/hashtable.c 330449 2018-03-05 07:26:05Z eadler $ */
38 #include "hashtable.h"
63 hashtable
66 hashtable *tbl;
71 tbl = malloc(sizeof(hashtable));
95 * Places the key-value pair to the hashtable tbl.
107 hashtable_put(hashtable *tbl, const void *key, const void *value)
113 DPRINT(("hashtable_put: hashtable is full\n"));
181 **hashtable_lookup(const hashtable *tbl, const void *key)
209 hashtable_get(hashtable *tb
[all...]
H A Dtre-fastmatch.h7 #include <hashtable.h>
12 #include "hashtable.h"
/freebsd-11-stable/libexec/bootpd/
H A Dhash.c133 hash_Reset(hashtable, free_data)
134 hash_tbl *hashtable;
140 bucketptr = hashtable->table;
141 for (i = 0; i < hashtable->size; i++) {
145 hashtable->bucketnum = 0;
146 hashtable->member = (hashtable->table)[0];
160 * adjust the hashcode for the size of each hashtable.
196 hash_Exists(hashtable, hashcode, compare, key)
197 hash_tbl *hashtable;
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dhashtable.h57 /** @file ext/hashtable.h
96 class hashtable;
110 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
161 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
238 class hashtable;
243 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
244 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
248 // a hashtable unconditionally has a member variable to hold its
256 class hashtable class
326 hashtable(size_typ function in class:hashtable
333 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
340 hashtable(const hashtable& __ht) function in class:hashtable
694 operator ==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1, const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2) argument
735 operator !=(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1, const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2) argument
[all...]
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcldr2def.pl41 my %hashtable = ();
56 tie(%hashtable, "Tie::IxHash");
440 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1;
464 $hashtable{$uhex}{"${l}_${f}_${c}.$enc"} = 1;
528 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1;
544 $hashtable{$shex}{"${l}_${f}_${c}.$enc"} = 1;
824 $hashtable{sha1_hex($output)}{"${l}_${f}_${c}.$enc"} = 1;
909 foreach my $hash (keys(%hashtable)) {
923 } keys(%{$hashtable{$hash}});
937 } keys(%{$hashtable{
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_etf.c151 struct filterhead hashtable[HASHSIZE]; member in struct:ETF
158 struct filterhead *chain = etfp->hashtable + HASH(ethertype);
185 LIST_INIT((privdata->hashtable + i));
315 * hashtable ready for matching.
326 LIST_INSERT_HEAD( etfp->hashtable
458 fil1 = LIST_FIRST(&etfp->hashtable[i]);
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c450 char *hashtable[TABLES];
489 for (pp = hashtable; pp < hashtable + TABLES; pp++)
492 pp - hashtable, *pp);
508 printf ("? display all hashtable control block addresses\n");
510 printf ("d die: destroy hashtable\n");
515 printf ("n new hashtable\n");
537 h = hashtable[number] = (char *) hash_new ();
603 h = hashtable[number];
449 char *hashtable[TABLES]; variable
/freebsd-11-stable/usr.bin/grep/
H A DMakefile21 SRCS+= fastmatch.c hashtable.c tre-compile.c tre-fastmatch.c
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgparse.h132 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member in struct:msg_parse
313 * Lookup in msg hashtable to find a rrset.
314 * @param msg: with the hashtable.
330 * @param msg: with hashtable.
H A Dmsgparse.c84 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)];
85 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p;
225 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)];
268 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ];
422 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)];
423 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset;
493 /* find by hashing and lookup in hashtable */
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c3022 bfd_byte *hashtable;
3090 hashtable = bfd_zalloc (abfd, symdefsize);
3091 if (!hashtable)
3116 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3124 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3132 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3133 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3136 if (bfd_bwrite ((void *) hashtable, symdefsize, abfd) != symdefsize)
3139 bfd_release (abfd, hashtable);
3733 const bfd_byte *hashtable;
3014 bfd_byte *hashtable; local
3724 const bfd_byte *hashtable; local
[all...]
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile134 function.h hash_map.h hash_set.h hashtable.h heap.h iostream.h \
144 hash_map hash_set hash_fun.h hashtable.h iterator \
158 functional_iterate.h hashtable hashtable_policy.h inttypes.h \
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c1894 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
1918 hashtable[(h >> 5)] |= 1 << (0x1F - (h & 0x1F));
1923 TSEC_WRITE(sc, TSEC_REG_GADDR(i), hashtable[i]);
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am177 ${backward_srcdir}/hashtable.h \
531 ${ext_srcdir}/hashtable.h \
586 ${tr1_srcdir}/hashtable \
H A DMakefile.in403 ${backward_srcdir}/hashtable.h \
753 ${ext_srcdir}/hashtable.h \
807 ${tr1_srcdir}/hashtable \

Completed in 229 milliseconds