Searched refs:hash_count (Results 1 – 9 of 9) sorted by relevance
400 int hash_count[HASH_SIZE]; in build_hash_table() local407 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()
89 hashno = do_hash(name, len, table->hash_count); in add_hash()115 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
69 rval->hash_count = count; in new_hash_table()
443 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()
238 int hash_count; member
50 int hash_count(hash_t *);
85 if ((new = hash_count(difftd->td_iihash)) != 0) { in main()
234 hash_count(hash_t *hash) in hash_count() function
1062 hash_count(mcd->md_tdtba) == 0); in merge_types()