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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c594 static const bfd_size_type hash_size_primes[] =
601 for (index = 0; index < ARRAY_SIZE (hash_size_primes) - 1; ++index)
602 if (hash_size <= hash_size_primes[index])
605 bfd_default_hash_table_size = hash_size_primes[index];
593 static const bfd_size_type hash_size_primes[] = local
/freebsd-11-stable/contrib/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];

Completed in 111 milliseconds