Searched refs:hashtable (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/libexec/bootpd/ |
| H A D | hash.c | 125 hash_tbl *hashtable; in hash_Reset() 137 hashtable->member = (hashtable->table)[0]; 186 hash_tbl *hashtable; in hash_Exists() 193 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; 217 hash_tbl *hashtable; in hash_Insert() 248 hash_tbl *hashtable; in hash_Delete() 314 hash_tbl *hashtable; in hash_Lookup() 321 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; 339 hash_tbl *hashtable; in hash_NextEntry() 370 hashtable->member = (hashtable->table)[0]; [all …]
|
| /freebsd-13.1/tools/tools/locale/tools/ |
| H A D | cldr2def.pl | 65 my %hashtable = (); 81 tie(%hashtable, "Tie::IxHash"); 459 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1; 488 $hashtable{$uhex}{"${l}_${f}_${c}.$enc"} = 1; 556 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1; 639 $hashtable{$shex}{"${l}_${f}_${c}.$enc"} = 1; 911 $hashtable{sha1_hex($output)}{"${l}_${f}_${c}.$enc"} = 1; 1020 foreach my $hash (keys(%hashtable)) { 1034 } keys(%{$hashtable{$hash}}); 1048 } keys(%{$hashtable{$hash}}); [all …]
|
| /freebsd-13.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() 185 LIST_INIT((privdata->hashtable + i)); in ng_etf_constructor() 326 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg() 458 fil1 = LIST_FIRST(&etfp->hashtable[i]); in ng_etf_disconnect()
|
| /freebsd-13.1/contrib/lib9p/ |
| H A D | Makefile | 10 hashtable.c \
|
| H A D | GNUmakefile | 41 hashtable.c \
|
| /freebsd-13.1/lib/lib9p/ |
| H A D | Makefile | 18 hashtable.c \
|
| /freebsd-13.1/contrib/unbound/util/data/ |
| H A D | msgparse.c | 86 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)]; in new_rrset() 87 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p; in new_rrset() 227 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)]; in msgparse_hashtable_lookup() 270 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ]; in msgparse_bucket_remove() 424 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)]; in change_rrsig_rrset() 425 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset; in change_rrsig_rrset()
|
| H A D | msgparse.h | 134 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member
|
| /freebsd-13.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-13.1/sys/dev/tsec/ |
| H A D | if_tsec.c | 1887 uint32_t h, *hashtable = arg; in tsec_hash_maddr() local 1890 hashtable[(h >> 5)] |= 1 << (0x1F - (h & 0x1F)); in tsec_hash_maddr() 1898 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in tsec_setup_multicast() local 1911 if_foreach_llmaddr(ifp, tsec_hash_maddr, &hashtable); in tsec_setup_multicast() 1914 TSEC_WRITE(sc, TSEC_REG_GADDR(i), hashtable[i]); in tsec_setup_multicast()
|
| /freebsd-13.1/contrib/subversion/doc/user/ |
| H A D | lj_article.txt | 138 hashtable attached. You can invent and store any arbitrary
|
| /freebsd-13.1/ |
| H A D | ObsoleteFiles.inc | 2639 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h 2808 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h 3148 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable 10820 OLD_FILES+=usr/include/c++/3.4/backward/hashtable.h 10984 OLD_FILES+=usr/include/c++/3.4/ext/hashtable.h 11499 OLD_FILES+=usr/include/c++/3.3/backward/hashtable.h 12371 OLD_FILES+=usr/include/g++/hashtable.h
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 1008 o Use less memory for each entry in a hashtable (a66e947)
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 1008 o Use less memory for each entry in a hashtable (a66e947)
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 9445 - minor touch up of clear() hashtable function. 9463 - created hashtable clear() function that respects locks. 10313 - hashtable insert takes argument so that a thread can use its own 10503 - fixup accounting of sizes for removing items from hashtable.
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 243 hashtable (Ted Anderson)
|