Searched refs:hashtable (Results 1 – 15 of 15) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | hash.c | 119 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) in hash_Reset() argument 124 bucketptr = hashtable->table; in hash_Reset() 125 for (i = 0; i < hashtable->size; i++) { in hash_Reset() 129 hashtable->bucketnum = 0; in hash_Reset() 130 hashtable->member = (hashtable->table)[0]; in hash_Reset() 176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists() argument 181 memberptr = (hashtable->table)[hashcode % (hashtable->size)]; in hash_Exists() 204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert() argument 209 hashcode %= hashtable->size; in hash_Insert() 210 if (hash_Exists(hashtable, hashcode, compare, key)) { in hash_Insert() [all …]
|
/freebsd/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/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/contrib/lib9p/ |
H A D | Makefile | 10 hashtable.c \
|
H A D | GNUmakefile | 41 hashtable.c \
|
/freebsd/lib/lib9p/ |
H A D | Makefile | 19 hashtable.c \
|
/freebsd/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/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/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/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-2.0 | 1008 o Use less memory for each entry in a hashtable (a66e947)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-2.0 | 1008 o Use less memory for each entry in a hashtable (a66e947)
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 243 hashtable (Ted Anderson)
|
/freebsd/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/ |
H A D | ObsoleteFiles.inc | 9670 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h 9839 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h 10179 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable 17486 OLD_FILES+=usr/include/c++/3.4/backward/hashtable.h 17650 OLD_FILES+=usr/include/c++/3.4/ext/hashtable.h 18159 OLD_FILES+=usr/include/c++/3.3/backward/hashtable.h 19026 OLD_FILES+=usr/include/g++/hashtable.h
|