Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c413 int hash_count[HASH_SIZE]; in build_hash_table() local
420 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
432 ++hash_count[hash]; in build_hash_table()
442 if (hash_count[i] < min_count) in build_hash_table()
443 min_count = hash_count[i]; in build_hash_table()
444 if (hash_count[i] > max_count) in build_hash_table()
445 max_count = hash_count[i]; in build_hash_table()
446 total += hash_count[i]; in build_hash_table()