Home
last modified time | relevance | path

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

/qemu/disas/
H A Dsparc.c2617 int hash_count[HASH_SIZE]; in build_hash_table() local
2624 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
2635 ++hash_count[hash]; in build_hash_table()
2645 if (hash_count[i] < min_count) in build_hash_table()
2646 min_count = hash_count[i]; in build_hash_table()
2647 if (hash_count[i] > max_count) in build_hash_table()
2648 max_count = hash_count[i]; in build_hash_table()
2649 total += hash_count[i]; in build_hash_table()