Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/opcodes/
Dsparc-dis.c400 int hash_count[HASH_SIZE]; in build_hash_table() local
407 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
419 ++hash_count[hash]; in build_hash_table()
429 if (hash_count[i] < min_count) in build_hash_table()
430 min_count = hash_count[i]; in build_hash_table()
431 if (hash_count[i] > max_count) in build_hash_table()
432 max_count = hash_count[i]; in build_hash_table()
433 total += hash_count[i]; in build_hash_table()
/freebsd-9-stable/sbin/dhclient/
Dhash.c89 hashno = do_hash(name, len, table->hash_count); in add_hash()
115 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
Dalloc.c69 rval->hash_count = count; in new_hash_table()
Dtables.c443 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()
Ddhcpd.h238 int hash_count; member
/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dhash.h50 int hash_count(hash_t *);
Dcompare.c85 if ((new = hash_count(difftd->td_iihash)) != 0) { in main()
Dhash.c234 hash_count(hash_t *hash) in hash_count() function
Dmerge.c1062 hash_count(mcd->md_tdtba) == 0); in merge_types()