Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c433 int hash_count[HASH_SIZE]; in build_hash_table() local
440 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
452 ++hash_count[hash]; in build_hash_table()
462 if (hash_count[i] < min_count) in build_hash_table()
463 min_count = hash_count[i]; in build_hash_table()
464 if (hash_count[i] > max_count) in build_hash_table()
465 max_count = hash_count[i]; in build_hash_table()
466 total += hash_count[i]; in build_hash_table()