Searched refs:hashtable (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/libexec/bootpd/ |
| H A D | hash.c | 124 bucketptr = hashtable->table; in hash_Reset() 129 hashtable->bucketnum = 0; in hash_Reset() 130 hashtable->member = (hashtable->table)[0]; in hash_Reset() 181 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; in hash_Exists() 209 hashcode %= hashtable->size; in hash_Insert() 240 hashcode %= hashtable->size; in hash_Delete() 299 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; in hash_Lookup() 346 hashtable->bucketnum = 0; in hash_NextEntry() 347 hashtable->member = (hashtable->table)[0]; in hash_NextEntry() 370 hashtable->bucketnum = 0; in hash_FirstEntry() [all …]
|
| /freebsd-14.2/tools/tools/locale/tools/ |
| H A D | cldr2def.pl | 64 my %hashtable = (); 78 tie(%hashtable, "Tie::IxHash"); 423 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1; 452 $hashtable{$uhex}{"${l}_${f}_${c}.$enc"} = 1; 520 $hashtable{$shex}{"${l}_${f}_${c}.$DEFENCODING"} = 1; 603 $hashtable{$shex}{"${l}_${f}_${c}.$enc"} = 1; 875 $hashtable{sha1_hex($output)}{"${l}_${f}_${c}.$enc"} = 1; 984 foreach my $hash (keys(%hashtable)) { 998 } keys(%{$hashtable{$hash}}); 1012 } keys(%{$hashtable{$hash}}); [all …]
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_etf.c | 151 struct filterhead hashtable[HASHSIZE]; member 158 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry() 183 LIST_INIT((privdata->hashtable + i)); in ng_etf_constructor() 324 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg() 456 fil1 = LIST_FIRST(&etfp->hashtable[i]); in ng_etf_disconnect()
|
| /freebsd-14.2/contrib/lib9p/ |
| H A D | Makefile | 10 hashtable.c \
|
| H A D | GNUmakefile | 41 hashtable.c \
|
| /freebsd-14.2/lib/lib9p/ |
| H A D | Makefile | 20 hashtable.c \
|
| /freebsd-14.2/contrib/unbound/util/data/ |
| H A D | msgparse.c | 89 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)]; in new_rrset() 90 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p; in new_rrset() 230 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)]; in msgparse_hashtable_lookup() 273 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ]; in msgparse_bucket_remove() 427 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)]; in change_rrsig_rrset() 428 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset; in change_rrsig_rrset()
|
| H A D | msgparse.h | 140 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_COMPFUNC.pod | 155 lh_TYPE_doall(hashtable, LHASH_DOALL_FN(TYPE_cleanup)); 158 lh_TYPE_free(hashtable); 177 /* Print out the entire hashtable to a particular BIO */ 178 lh_TYPE_doall_arg(hashtable, LHASH_DOALL_ARG_FN(TYPE_print), BIO,
|
| /freebsd-14.2/sys/dev/tsec/ |
| H A D | if_tsec.c | 1877 uint32_t h, *hashtable = arg; in tsec_hash_maddr() local 1880 hashtable[(h >> 5)] |= 1 << (0x1F - (h & 0x1F)); in tsec_hash_maddr() 1888 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in tsec_setup_multicast() local 1901 if_foreach_llmaddr(ifp, tsec_hash_maddr, &hashtable); in tsec_setup_multicast() 1904 TSEC_WRITE(sc, TSEC_REG_GADDR(i), hashtable[i]); in tsec_setup_multicast()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 1008 o Use less memory for each entry in a hashtable (a66e947)
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 1008 o Use less memory for each entry in a hashtable (a66e947)
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | Fixes | 243 hashtable (Ted Anderson)
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | Changelog | 11092 - minor touch up of clear() hashtable function. 11110 - created hashtable clear() function that respects locks. 11960 - hashtable insert takes argument so that a thread can use its own 12150 - fixup accounting of sizes for removing items from hashtable.
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 8852 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h 9021 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h 9361 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable 16678 OLD_FILES+=usr/include/c++/3.4/backward/hashtable.h 16842 OLD_FILES+=usr/include/c++/3.4/ext/hashtable.h 17351 OLD_FILES+=usr/include/c++/3.3/backward/hashtable.h 18218 OLD_FILES+=usr/include/g++/hashtable.h
|