Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcgen-opc.c181 if (search->current_hash == search->table->hash_table_size) in cgen_keyword_search_next()
197 while (search->current_hash < search->table->hash_table_size) in cgen_keyword_search_next()
224 return hash % kt->hash_table_size; in hash_keyword_name()
232 return value % kt->hash_table_size; in hash_keyword_value()
247 kt->hash_table_size = size; in build_keyword_hash_tables()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-opc.c181 if (search->current_hash == search->table->hash_table_size) in cgen_keyword_search_next()
197 while (search->current_hash < search->table->hash_table_size) in cgen_keyword_search_next()
224 return hash % kt->hash_table_size; in hash_keyword_name()
232 return value % kt->hash_table_size; in hash_keyword_value()
247 kt->hash_table_size = size; in build_keyword_hash_tables()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h271 bfd_size_type hash_table_size; member
H A Dldmain.c256 config.hash_table_size = 0; in main()
357 if (config.hash_table_size != 0) in main()
358 bfd_hash_set_default_size (config.hash_table_size); in main()
H A Dlexsup.c1366 if (config.hash_table_size == 0) in parse_args()
1367 config.hash_table_size = 1021; in parse_args()
1376 config.hash_table_size = new_size; in parse_args()
H A DChangeLog-2004866 * ld.h (ld_config_type): Add new field: hash_table_size.
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dcgen.h515 unsigned int hash_table_size; member
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcgen.h526 unsigned int hash_table_size; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcse.c1558 hash_expr (x, mode, do_not_record_p, hash_table_size) in hash_expr() argument
1562 int hash_table_size;
1569 return hash % hash_table_size;
1782 hash_set (regno, hash_table_size) in hash_set() argument
1784 int hash_table_size;
1789 return hash % hash_table_size;
H A DChangeLog.37065 (compute_local_properties): Likewise, also hash_table_size.
/openbsd/gnu/gcc/gcc/
H A Dgcse.c1441 int hash_table_size) in hash_expr() argument
1449 return hash % hash_table_size; in hash_expr()
1460 hash_set (int regno, int hash_table_size) in hash_set() argument
1465 return hash % hash_table_size; in hash_set()
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog3613 clear_hash_table_slot, traverse_hash_table, hash_table_size,