Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/utils/indxbib/
Dindxbib.cpp78 int hash_table_size = DEFAULT_HASH_TABLE_SIZE; variable
147 check_integer_arg('h', optarg, 1, &hash_table_size); in main()
148 if (!is_prime(hash_table_size)) { in main()
149 while (!is_prime(++hash_table_size)) in main()
151 warning("%1 not prime: using %2 instead", optarg, hash_table_size); in main()
385 common_words_table = new word_list * [hash_table_size]; in read_common_words_file()
386 for (int i = 0; i < hash_table_size; i++) in read_common_words_file()
402 int h = hash(key_buffer, key_len) % hash_table_size; in read_common_words_file()
671 hash_table = new table_entry[hash_table_size]; in init_hash_table()
672 for (int i = 0; i < hash_table_size; i++) in init_hash_table()
[all …]
/freebsd-10-stable/contrib/groff/src/preproc/refer/
Drefer.cpp92 static int hash_table_size; variable
703 hash_table_size = 17; in store_reference()
704 for (int i = 0; i < hash_table_size; i++) in store_reference()
712 for (ptr = reference_hash_table + (h % hash_table_size); in store_reference()
715 ? (ptr = reference_hash_table + hash_table_size - 1) in store_reference()
731 if (nreferences*2 >= hash_table_size) { in store_reference()
734 int old_size = hash_table_size; in store_reference()
735 hash_table_size = next_size(hash_table_size); in store_reference()
736 reference_hash_table = new reference*[hash_table_size]; in store_reference()
738 for (i = 0; i < hash_table_size; i++) in store_reference()
[all …]
/freebsd-10-stable/contrib/binutils/opcodes/
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()
/freebsd-10-stable/contrib/binutils/ld/
Dld.h294 bfd_size_type hash_table_size; member
Dlexsup.c1432 if (config.hash_table_size == 0) in parse_args()
1433 config.hash_table_size = 1021; in parse_args()
1442 config.hash_table_size = new_size; in parse_args()
Dldmain.c288 if (config.hash_table_size != 0) in main()
289 bfd_hash_set_default_size (config.hash_table_size); in main()
/freebsd-10-stable/contrib/binutils/include/opcode/
Dcgen.h526 unsigned int hash_table_size; member
/freebsd-10-stable/contrib/gcc/
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()
DChangeLog-200022331 (compute_local_properties): Likewise, also hash_table_size.
DChangeLog-20031867 (hash_expr): Document hash_table_size parameter and wrap long line.
/freebsd-10-stable/contrib/gcclibs/libiberty/
DChangeLog3709 clear_hash_table_slot, traverse_hash_table, hash_table_size,
/freebsd-10-stable/contrib/binutils/libiberty/
DChangeLog3907 clear_hash_table_slot, traverse_hash_table, hash_table_size,