Home
last modified time | relevance | path

Searched refs:hash_count (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c389 int hash_count[HASH_SIZE]; in build_hash_table() local
396 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
408 ++hash_count[hash]; in build_hash_table()
418 if (hash_count[i] < min_count) in build_hash_table()
419 min_count = hash_count[i]; in build_hash_table()
420 if (hash_count[i] > max_count) in build_hash_table()
421 max_count = hash_count[i]; in build_hash_table()
422 total += hash_count[i]; in build_hash_table()
/mirbsd/src/usr.sbin/dhcpd/
Dhash.c86 hashno = do_hash(name, len, table->hash_count); in add_hash()
111 hashno = do_hash(name, len, table->hash_count); in delete_hash_entry()
144 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
Dalloc.c103 rval->hash_count = count; in new_hash_table()
Dtables.c687 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()
Ddhcpd.h126 int hash_count; member