Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c43 #define HASH_SIZE 256 macro
56 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
413 int hash_count[HASH_SIZE]; in build_hash_table()
419 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0])); in build_hash_table()
420 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
440 for (i = 0; i < HASH_SIZE; ++i) in build_hash_table()
450 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
DChangeLog-92972575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.