Searched refs:hash_size_primes (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dhash.c498 static const bfd_size_type hash_size_primes[] =
505 for (index = 0; index < ARRAY_SIZE (hash_size_primes) - 1; ++index)
506 if (hash_size <= hash_size_primes[index])
509 bfd_default_hash_table_size = hash_size_primes[index];
497 static const bfd_size_type hash_size_primes[] = local
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.c89 static const unsigned long hash_size_primes[] = local
98 for (index = 0; index < ARRAY_SIZE (hash_size_primes) - 1; ++index)
99 if (gas_hash_table_size <= hash_size_primes[index])
102 return hash_size_primes[index];
/haiku-buildtools/binutils/bfd/
H A Dhash.c668 static const unsigned long hash_size_primes[] =
675 for (_index = 0; _index < ARRAY_SIZE (hash_size_primes) - 1; ++_index)
676 if (hash_size <= hash_size_primes[_index])
679 bfd_default_hash_table_size = hash_size_primes[_index];
667 static const unsigned long hash_size_primes[] = local

Completed in 47 milliseconds