Searched refs:hashtable (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/libexec/bootpd/
H A Dhash.c133 hash_Reset(hashtable, free_data)
134 hash_tbl *hashtable;
140 bucketptr = hashtable->table;
141 for (i = 0; i < hashtable->size; i++) {
145 hashtable->bucketnum = 0;
146 hashtable->member = (hashtable->table)[0];
160 * adjust the hashcode for the size of each hashtable.
196 hash_Exists(hashtable, hashcode, compare, key)
197 hash_tbl *hashtable;
[all...]
/freebsd-13-stable/lib/lib9p/
H A DMakefile18 hashtable.c \
/freebsd-13-stable/contrib/lib9p/
H A DMakefile10 hashtable.c \
H A DGNUmakefile41 hashtable.c \
/freebsd-13-stable/tools/tools/locale/tools/
H A Dcldr2def.pl65 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{
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_etf.c153 struct filterhead hashtable[HASHSIZE]; member in struct:ETF
160 struct filterhead *chain = etfp->hashtable + HASH(ethertype);
185 LIST_INIT((privdata->hashtable + i));
315 * hashtable ready for matching.
326 LIST_INSERT_HEAD( etfp->hashtable
458 fil1 = LIST_FIRST(&etfp->hashtable[i]);
/freebsd-13-stable/contrib/unbound/util/data/
H A Dmsgparse.h132 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member in struct:msg_parse
313 * Lookup in msg hashtable to find a rrset.
314 * @param msg: with the hashtable.
330 * @param msg: with hashtable.
H A Dmsgparse.c84 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)];
85 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p;
225 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)];
268 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ];
422 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)];
423 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset;
493 /* find by hashing and lookup in hashtable */
/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c1887 uint32_t h, *hashtable = arg; local
1890 hashtable[(h >> 5)] |= 1 << (0x1F - (h & 0x1F));
1898 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
1911 if_foreach_llmaddr(ifp, tsec_hash_maddr, &hashtable);
1914 TSEC_WRITE(sc, TSEC_REG_GADDR(i), hashtable[i]);

Completed in 122 milliseconds