Home
last modified time | relevance | path

Searched refs:hashtable (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/lib/libc/sysvipc/
H A Dsysvipc_hash.c33 struct hashtable *
37 struct hashtable *hashtable; in _hash_init() local
45 hashtable = malloc(sizeof(struct hashtable)); in _hash_init()
46 if (!hashtable) { in _hash_init()
52 free(hashtable); in _hash_init()
63 return hashtable; in _hash_init()
67 _hash_destroy(struct hashtable *hashtable) in _hash_destroy() argument
77 free(hashtable); in _hash_destroy()
78 hashtable = NULL; in _hash_destroy()
96 _hash_lookup(struct hashtable *hashtable, u_long key) in _hash_lookup() argument
[all …]
H A Dsysvipc_hash.h41 struct hashtable { struct
46 struct hashtable *_hash_init(int); argument
47 int _hash_destroy(struct hashtable *);
48 void _hash_insert(struct hashtable *, u_long, void *);
49 void *_hash_lookup(struct hashtable *, u_long);
50 void *_hash_remove(struct hashtable *, u_long);
H A Dshm.c56 struct hashtable *shmres = NULL;
57 struct hashtable *shmaddrs = NULL;
H A Dipc.c58 extern struct hashtable *shmaddrs;
H A Dmsg.c46 extern struct hashtable *shmaddrs;
47 extern struct hashtable *shmres;
/dragonfly/libexec/bootpd/
H A Dhash.c129 bucketptr = hashtable->table; in hash_Reset()
134 hashtable->bucketnum = 0; in hash_Reset()
135 hashtable->member = (hashtable->table)[0]; in hash_Reset()
186 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; in hash_Exists()
214 hashcode %= hashtable->size; in hash_Insert()
245 hashcode %= hashtable->size; in hash_Delete()
304 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; in hash_Lookup()
351 hashtable->bucketnum = 0; in hash_NextEntry()
352 hashtable->member = (hashtable->table)[0]; in hash_NextEntry()
375 hashtable->bucketnum = 0; in hash_FirstEntry()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhashtable.h93 class hashtable; in _GLIBCXX_VISIBILITY() local
250 class hashtable; in _GLIBCXX_VISIBILITY() local
268 class hashtable in _GLIBCXX_VISIBILITY()
352 hashtable(const hashtable& __ht) in _GLIBCXX_VISIBILITY()
358 hashtable& in _GLIBCXX_VISIBILITY()
359 operator= (const hashtable& __ht) in _GLIBCXX_VISIBILITY()
372 ~hashtable() in _GLIBCXX_VISIBILITY()
388 swap(hashtable& __ht) in _GLIBCXX_VISIBILITY()
647 _M_copy_from(const hashtable& __ht); in _GLIBCXX_VISIBILITY()
1008 const_cast<hashtable*>(__first._M_ht)), in _GLIBCXX_VISIBILITY()
[all …]
H A Dhash_set65 #include <backward/hashtable.h>
93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
294 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhashtable.h92 class hashtable; in _GLIBCXX_VISIBILITY() local
249 class hashtable; in _GLIBCXX_VISIBILITY() local
267 class hashtable in _GLIBCXX_VISIBILITY()
351 hashtable(const hashtable& __ht) in _GLIBCXX_VISIBILITY()
357 hashtable& in _GLIBCXX_VISIBILITY()
358 operator= (const hashtable& __ht) in _GLIBCXX_VISIBILITY()
371 ~hashtable() in _GLIBCXX_VISIBILITY()
387 swap(hashtable& __ht) in _GLIBCXX_VISIBILITY()
646 _M_copy_from(const hashtable& __ht); in _GLIBCXX_VISIBILITY()
1007 const_cast<hashtable*>(__first._M_ht)), in _GLIBCXX_VISIBILITY()
[all …]
H A Dhash_set64 #include <backward/hashtable.h>
92 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
293 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
/dragonfly/tools/tools/locale/tools/
H A Dcldr2def.pl39 my %hashtable = ();
54 tie(%hashtable, "Tie::IxHash");
393 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1;
417 $hashtable{$uhex}{"${l}_${f}_${c}.$enc"} = 1;
481 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1;
497 $hashtable{$shex}{"${l}_${f}_${c}.$enc"} = 1;
776 $hashtable{sha1_hex($output)}{"${l}_${f}_${c}.$enc"} = 1;
847 foreach my $hash (keys(%hashtable)) {
861 } keys(%{$hashtable{$hash}});
875 } keys(%{$hashtable{$hash}});
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dhash.c428 char *hashtable[TABLES]; variable
467 for (pp = hashtable; pp < hashtable + TABLES; pp++) in main()
470 pp - hashtable, *pp); in main()
515 h = hashtable[number] = (char *) hash_new (); in main()
581 h = hashtable[number]; in whattable()
/dragonfly/contrib/binutils-2.27/gas/
H A Dhash.c428 char *hashtable[TABLES]; variable
467 for (pp = hashtable; pp < hashtable + TABLES; pp++) in main()
470 pp - hashtable, *pp); in main()
515 h = hashtable[number] = (char *) hash_new (); in main()
581 h = hashtable[number]; in whattable()
/dragonfly/sys/netgraph7/
H A Dng_vlan.c142 struct filterhead hashtable[HASHSIZE]; member
149 struct filterhead *chain = &priv->hashtable[HASH(vlan)]; in ng_vlan_findentry()
169 LIST_INIT(&priv->hashtable[i]); in ng_vlan_constructor()
257 &priv->hashtable[HASH(f->vlan)], f, next); in ng_vlan_rcvmsg()
290 LIST_FOREACH(f, &priv->hashtable[i], next) { in ng_vlan_rcvmsg()
320 for (i = 0, chain = priv->hashtable; i < HASHSIZE; in ng_vlan_rcvmsg()
/dragonfly/sys/netgraph/etf/
H A Dng_etf.c154 struct filterhead hashtable[HASHSIZE]; member
161 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
191 LIST_INIT((privdata->hashtable + i)); in ng_etf_constructor()
335 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg()
474 LIST_FOREACH(fil, (etfp->hashtable + i), next) { in ng_etf_disconnect()
/dragonfly/sys/netgraph7/etf/
H A Dng_etf.c152 struct filterhead hashtable[HASHSIZE]; member
159 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
189 LIST_INIT((privdata->hashtable + i)); in ng_etf_constructor()
330 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg()
462 fil1 = LIST_FIRST(&etfp->hashtable[i]); in ng_etf_disconnect()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-profile.c110 account_time_size (hash_table<histogram_hash> *hashtable, in account_time_size() argument
115 histogram_entry **val = hashtable->find_slot (&key, INSERT); in account_time_size()
179 hash_table<histogram_hash> hashtable (10); in ipa_profile_generate_summary()
227 account_time_size (&hashtable, histogram, bb->count.ipa ().to_gcov_type (), in ipa_profile_generate_summary()
262 hash_table<histogram_hash> hashtable (10); in ipa_profile_read_summary()
281 account_time_size (&hashtable, histogram, in ipa_profile_read_summary()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dunordered_set41 #include <tr1/hashtable.h>
H A Dunordered_map41 #include <tr1/hashtable.h>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dunordered_map41 #include <tr1/hashtable.h>
H A Dunordered_set41 #include <tr1/hashtable.h>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dunordered_map46 #include <bits/hashtable.h>
H A Dunordered_set46 #include <bits/hashtable.h>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dunordered_map46 #include <bits/hashtable.h>
H A Dunordered_set46 #include <bits/hashtable.h>

12