Searched refs:HASH_SIZE (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | gen-protos.c | 31 #define HASH_SIZE 2503 /* a prime */ macro 32 int hash_tab[HASH_SIZE]; 42 i = hashstr (fname, strlen (fname)) % HASH_SIZE; in add_hash() 49 i = (i+1) % HASH_SIZE; in add_hash() 181 fprintf (outf, "#define HASH_SIZE %d\n", HASH_SIZE); in main() 183 for (i = 0; i < HASH_SIZE; i++) in main()
|
| HD | print-tree.c | 36 #define HASH_SIZE 37 macro 53 table = XCNEWVEC (struct bucket *, HASH_SIZE); in debug_tree() 211 hash = ((unsigned long) node) % HASH_SIZE; in print_node()
|
| HD | fix-header.c | 400 int i = hashstr (name, name_length) % HASH_SIZE; in lookup_std_proto() 411 i = (i+1) % HASH_SIZE; in lookup_std_proto()
|
| HD | cse.c | 467 #define HASH_SIZE (1 << HASH_SHIFT) macro 468 #define HASH_MASK (HASH_SIZE - 1) 529 static struct table_elt *table[HASH_SIZE]; 947 for (i = 0; i < HASH_SIZE; i++) in new_basic_block() 1359 for (hash = 0; hash < HASH_SIZE; hash++) in remove_from_table() 1748 for (i = 0; i < HASH_SIZE; i++) in flush_hash_table() 1845 for (hash = 0; hash < HASH_SIZE; hash++) in invalidate() 1890 for (i = 0; i < HASH_SIZE; i++) in invalidate() 1933 for (i = 0; i < HASH_SIZE; i++) in remove_invalid_refs() 1953 for (i = 0; i < HASH_SIZE; i++) in remove_invalid_subreg_refs() [all …]
|
| HD | ChangeLog-1999 | 959 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to 962 (new_basic_block): Likewise, use HASH_SIZE, and inline 964 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
|
| /trueos/contrib/binutils/opcodes/ |
| HD | sparc-dis.c | 43 #define HASH_SIZE 256 macro 56 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; 400 int hash_count[HASH_SIZE]; in build_hash_table() 406 memset (hash_table, 0, HASH_SIZE * sizeof (hash_table[0])); in build_hash_table() 407 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table() 427 for (i = 0; i < HASH_SIZE; ++i) in build_hash_table() 437 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
|
| HD | ChangeLog-9297 | 2575 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
|