/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/ |
H A D | indxbib.cpp | 80 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 D | refer.cpp | 94 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 D | cgen-opc.c | 176 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 D | cgen-opc.c | 176 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 D | ld.h | 291 unsigned long hash_table_size; member
|
H A D | ldmain.c | 373 if (config.hash_table_size != 0) in main() 374 bfd_hash_set_default_size (config.hash_table_size); in main()
|
H A D | lexsup.c | 1657 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 D | ChangeLog-2011 | 591 * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
|
H A D | ChangeLog-2004 | 866 * ld.h (ld_config_type): Add new field: hash_table_size.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ld.h | 301 unsigned long hash_table_size; member
|
H A D | ldmain.c | 377 if (config.hash_table_size != 0) in main() 378 bfd_hash_set_default_size (config.hash_table_size); in main()
|
H A D | lexsup.c | 1747 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 D | ChangeLog-2011 | 591 * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
|
H A D | ChangeLog-2004 | 866 * ld.h (ld_config_type): Add new field: hash_table_size.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cprop.cc | 163 hash_mod (int regno, int hash_table_size) in hash_mod() argument 165 return (unsigned) regno % hash_table_size; in hash_mod()
|
H A D | gcse.cc | 1085 int hash_table_size) in hash_expr() argument 1092 return hash % hash_table_size; in hash_expr()
|
H A D | ChangeLog-2000 | 22331 (compute_local_properties): Likewise, also hash_table_size.
|
H A D | ChangeLog-2003 | 1867 (hash_expr): Document hash_table_size parameter and wrap long line.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cprop.c | 162 hash_mod (int regno, int hash_table_size) in hash_mod() argument 164 return (unsigned) regno % hash_table_size; in hash_mod()
|
H A D | gcse.c | 1086 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 D | cgen.h | 535 unsigned int hash_table_size; member
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | cgen.h | 535 unsigned int hash_table_size; member
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | ChangeLog | 7849 clear_hash_table_slot, traverse_hash_table, hash_table_size,
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | ChangeLog | 7358 clear_hash_table_slot, traverse_hash_table, hash_table_size,
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | ChangeLog | 7439 clear_hash_table_slot, traverse_hash_table, hash_table_size,
|