Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp80 int hash_table_size = DEFAULT_HASH_TABLE_SIZE; variable
149 check_integer_arg('h', optarg, 1, &hash_table_size); in main()
150 if (!is_prime(hash_table_size)) { in main()
151 while (!is_prime(++hash_table_size)) in main()
153 warning("%1 not prime: using %2 instead", optarg, hash_table_size); in main()
387 common_words_table = new word_list * [hash_table_size]; in read_common_words_file()
388 for (int i = 0; i < hash_table_size; i++) in read_common_words_file()
404 int h = hash(key_buffer, key_len) % hash_table_size; in read_common_words_file()
673 hash_table = new table_entry[hash_table_size]; in init_hash_table()
674 for (int i = 0; i < hash_table_size; i++) in init_hash_table()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.cpp94 static int hash_table_size; variable
705 hash_table_size = 17; in store_reference()
706 for (int i = 0; i < hash_table_size; i++) in store_reference()
714 for (ptr = reference_hash_table + (h % hash_table_size); in store_reference()
717 ? (ptr = reference_hash_table + hash_table_size - 1) in store_reference()
733 if (nreferences*2 >= hash_table_size) { in store_reference()
736 int old_size = hash_table_size; in store_reference()
737 hash_table_size = next_size(hash_table_size); in store_reference()
738 reference_hash_table = new reference*[hash_table_size]; in store_reference()
740 for (i = 0; i < hash_table_size; i++) in store_reference()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcgen-opc.c176 if (search->current_hash == search->table->hash_table_size) in cgen_keyword_search_next()
192 while (search->current_hash < search->table->hash_table_size) in cgen_keyword_search_next()
219 return hash % kt->hash_table_size; in hash_keyword_name()
227 return value % kt->hash_table_size; in hash_keyword_value()
242 kt->hash_table_size = size; in build_keyword_hash_tables()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-opc.c176 if (search->current_hash == search->table->hash_table_size) in cgen_keyword_search_next()
192 while (search->current_hash < search->table->hash_table_size) in cgen_keyword_search_next()
219 return hash % kt->hash_table_size; in hash_keyword_name()
227 return value % kt->hash_table_size; in hash_keyword_value()
242 kt->hash_table_size = size; in build_keyword_hash_tables()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dld.h291 unsigned long hash_table_size; member
H A Dldmain.c373 if (config.hash_table_size != 0) in main()
374 bfd_hash_set_default_size (config.hash_table_size); in main()
H A Dlexsup.c1657 if (config.hash_table_size == 0) in parse_args()
1658 config.hash_table_size = 1021; in parse_args()
1678 config.hash_table_size = new_size; in parse_args()
H A DChangeLog-2011591 * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
H A DChangeLog-2004866 * ld.h (ld_config_type): Add new field: hash_table_size.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dld.h301 unsigned long hash_table_size; member
H A Dldmain.c377 if (config.hash_table_size != 0) in main()
378 bfd_hash_set_default_size (config.hash_table_size); in main()
H A Dlexsup.c1747 if (config.hash_table_size == 0) in parse_args()
1748 config.hash_table_size = 1021; in parse_args()
1768 config.hash_table_size = new_size; in parse_args()
H A DChangeLog-2011591 * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
H A DChangeLog-2004866 * ld.h (ld_config_type): Add new field: hash_table_size.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcprop.cc163 hash_mod (int regno, int hash_table_size) in hash_mod() argument
165 return (unsigned) regno % hash_table_size; in hash_mod()
H A Dgcse.cc1085 int hash_table_size) in hash_expr() argument
1092 return hash % hash_table_size; in hash_expr()
H A DChangeLog-200022331 (compute_local_properties): Likewise, also hash_table_size.
H A DChangeLog-20031867 (hash_expr): Document hash_table_size parameter and wrap long line.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcprop.c162 hash_mod (int regno, int hash_table_size) in hash_mod() argument
164 return (unsigned) regno % hash_table_size; in hash_mod()
H A Dgcse.c1086 int hash_table_size) in hash_expr() argument
1093 return hash % hash_table_size; in hash_expr()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dcgen.h535 unsigned int hash_table_size; member
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dcgen.h535 unsigned int hash_table_size; member
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A DChangeLog7849 clear_hash_table_slot, traverse_hash_table, hash_table_size,
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A DChangeLog7358 clear_hash_table_slot, traverse_hash_table, hash_table_size,
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A DChangeLog7439 clear_hash_table_slot, traverse_hash_table, hash_table_size,