| /freebsd-12.1/libexec/bootpd/ |
| H A D | hash.c | 132 hash_tbl *hashtable; in hash_Reset() 144 hashtable->member = (hashtable->table)[0]; 193 hash_tbl *hashtable; in hash_Exists() 200 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; 224 hash_tbl *hashtable; in hash_Insert() 255 hash_tbl *hashtable; in hash_Delete() 321 hash_tbl *hashtable; in hash_Lookup() 328 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; 346 hash_tbl *hashtable; in hash_NextEntry() 377 hashtable->member = (hashtable->table)[0]; [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | hashtable.h | 96 class hashtable; variable 238 class hashtable; variable 256 class hashtable 340 hashtable(const hashtable& __ht) 346 hashtable& 347 operator= (const hashtable& __ht) 360 ~hashtable() 376 swap(hashtable& __ht) 633 _M_copy_from(const hashtable& __ht); 975 const_cast<hashtable*>(__first._M_ht)), [all …]
|
| H A D | hash_set | 65 #include <ext/hashtable.h> 91 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>, 296 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
|
| H A D | hash_map | 65 #include <ext/hashtable.h> 85 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn, 307 typedef hashtable<pair<const _Key, _Tp>, _Key, _HashFn,
|
| /freebsd-12.1/tools/tools/locale/tools/ |
| H A D | cldr2def.pl | 36 my %hashtable = (); 51 tie(%hashtable, "Tie::IxHash"); 429 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1; 453 $hashtable{$uhex}{"${l}_${f}_${c}.$enc"} = 1; 515 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1; 531 $hashtable{$shex}{"${l}_${f}_${c}.$enc"} = 1; 807 $hashtable{sha1_hex($output)}{"${l}_${f}_${c}.$enc"} = 1; 905 foreach my $hash (keys(%hashtable)) { 919 } keys(%{$hashtable{$hash}}); 933 } keys(%{$hashtable{$hash}}); [all …]
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_etf.c | 153 struct filterhead hashtable[HASHSIZE]; member 160 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry() 187 LIST_INIT((privdata->hashtable + i)); in ng_etf_constructor() 328 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg() 460 fil1 = LIST_FIRST(&etfp->hashtable[i]); in ng_etf_disconnect()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | hash.c | 449 char *hashtable[TABLES]; variable 488 for (pp = hashtable; pp < hashtable + TABLES; pp++) in main() 491 pp - hashtable, *pp); in main() 536 h = hashtable[number] = (char *) hash_new (); in main() 602 h = hashtable[number]; in whattable()
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | hashtable.h | 70 using __gnu_cxx::hashtable;
|
| H A D | hash_set.h | 64 using __gnu_cxx::hashtable;
|
| H A D | hash_map.h | 64 using __gnu_cxx::hashtable;
|
| /freebsd-12.1/contrib/unbound/util/data/ |
| H A D | msgparse.c | 84 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)]; in new_rrset() 85 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p; in new_rrset() 225 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)]; in msgparse_hashtable_lookup() 268 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ]; in msgparse_bucket_remove() 422 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)]; in change_rrsig_rrset() 423 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset; in change_rrsig_rrset()
|
| H A D | msgparse.h | 130 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_COMPFUNC.pod | 120 lh_TYPE_doall(hashtable, LHASH_DOALL_FN(TYPE_cleanup)); 123 lh_TYPE_free(hashtable); 151 /* Print out the entire hashtable to a particular BIO */ 152 lh_TYPE_doall_arg(hashtable, LHASH_DOALL_ARG_FN(TYPE_print), BIO,
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ecoff.c | 3014 bfd_byte *hashtable; in _bfd_ecoff_write_armap() local 3082 hashtable = bfd_zalloc (abfd, symdefsize); in _bfd_ecoff_write_armap() 3083 if (!hashtable) in _bfd_ecoff_write_armap() 3108 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0) in _bfd_ecoff_write_armap() 3116 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0) in _bfd_ecoff_write_armap() 3124 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8)); in _bfd_ecoff_write_armap() 3125 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4)); in _bfd_ecoff_write_armap() 3131 bfd_release (abfd, hashtable); in _bfd_ecoff_write_armap() 3724 const bfd_byte *hashtable; in ecoff_link_add_archive_symbols() local 3752 hashtable = raw_armap + 4; in ecoff_link_add_archive_symbols() [all …]
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2005 | 71 * include/tr1/hashtable (hashtable::end): Remove name of unused 348 * include/backward/hashtable.h: Same. 415 * include/tr1/hashtable 1198 * include/tr1/hashtable (hashtable::m_erase): Rename to erase_node. 1330 * include/tr1/hashtable 1336 (hashtable::const_iterator): Likewise. 1736 (hashtable<>::hashtable(const hashtable&)): Use copy_code; 1819 * include/tr1/hashtable (hashtable<>::find_node): Const-ify. 4582 * include/tr1/hashtable: Likewise. 4692 (hashtable::count): Likewise. [all …]
|
| H A D | ChangeLog-2006 | 115 * include/tr1/hashtable: Same. 1610 * include/tr1/hashtable: Likewise. 1703 * include/tr1/hashtable: Same. 2514 * include/tr1/hashtable: Same. 4167 * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers. 4171 * include/tr1/hashtable (hashtable<>::m_insert(const value_type&, 4176 * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add. 4182 * include/tr1/hashtable (hashtable<>::find_node, 4562 * include/tr1/hashtable (hashtable<>::rehash): Define. 4851 * include/tr1/hashtable (hashtable<>::key_equal): Define. [all …]
|
| /freebsd-12.1/gnu/lib/libstdc++/ |
| H A D | Makefile | 134 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-12.1/contrib/libstdc++/include/tr1/ |
| H A D | unordered_set | 37 #include <tr1/hashtable>
|
| H A D | unordered_map | 37 #include <tr1/hashtable>
|
| H A D | hashtable | 30 /** @file tr1/hashtable 34 // This header file defines std::tr1::hashtable, which is used to 37 // hashtable has many template parameters, partly to accommodate 41 // Class template hashtable attempts to encapsulate all reasonable
|
| /freebsd-12.1/sys/dev/tsec/ |
| H A D | if_tsec.c | 1892 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in tsec_setup_multicast() local 1916 hashtable[(h >> 5)] |= 1 << (0x1F - (h & 0x1F)); in tsec_setup_multicast() 1921 TSEC_WRITE(sc, TSEC_REG_GADDR(i), hashtable[i]); in tsec_setup_multicast()
|
| /freebsd-12.1/contrib/libstdc++/include/ |
| H A D | Makefile.am | 177 ${backward_srcdir}/hashtable.h \ 531 ${ext_srcdir}/hashtable.h \ 586 ${tr1_srcdir}/hashtable \
|
| H A D | Makefile.in | 403 ${backward_srcdir}/hashtable.h \ 753 ${ext_srcdir}/hashtable.h \ 807 ${tr1_srcdir}/hashtable \
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | ChangeLog | 945 * symtab.c: Moved from gcc/hashtable.c. 952 * include/symtab.h: Moved from gcc/hashtable.h. Change header
|
| /freebsd-12.1/contrib/subversion/doc/user/ |
| H A D | lj_article.txt | 138 hashtable attached. You can invent and store any arbitrary
|