Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dsparc.c2260 #define HASH_SIZE 256 macro
2273 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
2617 int hash_count[HASH_SIZE]; in build_hash_table()
2623 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0])); in build_hash_table()
2624 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
2643 for (i = 0; i < HASH_SIZE; ++i) in build_hash_table()
2653 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()