Searched refs:HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
48 #define HASH_SIZE 256 macro61 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];433 int hash_count[HASH_SIZE]; in build_hash_table()439 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0])); in build_hash_table()440 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()460 for (i = 0; i < HASH_SIZE; ++i) in build_hash_table()470 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
2575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.