Home
last modified time | relevance | path

Searched refs:hashcodes (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-java.c155 unsigned int *hashcodes = in compute_hashsize() local
163 hashcodes[j] = string_hashcode (mlp->item[j]->msgid); in compute_hashsize()
189 unsigned int idx = hashcodes[j] % hashsize; in compute_hashsize()
200 unsigned int incr = 1 + (hashcodes[j] % (hashsize - 2)); in compute_hashsize()
273 freesa (hashcodes); in compute_hashsize()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c6193 unsigned long *hashcodes; member
6234 *(inf->hashcodes)++ = ha; in elf_collect_hash_codes()
6250 unsigned long int *hashcodes; member
6308 s->hashcodes[s->nsyms] = ha; in elf_collect_gnu_hash_codes()
6409 unsigned long int *hashcodes ATTRIBUTE_UNUSED, in compute_bucket_count()
6468 ++counts[hashcodes[j] % i]; in compute_bucket_count()
7677 unsigned long int *hashcodes; in bfd_elf_size_dynsym_hash_dynstr() local
7688 hashcodes = (unsigned long int *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr()
7689 if (hashcodes == NULL) in bfd_elf_size_dynsym_hash_dynstr()
7691 hashinf.hashcodes = hashcodes; in bfd_elf_size_dynsym_hash_dynstr()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c6136 unsigned long *hashcodes; member
6177 *(inf->hashcodes)++ = ha; in elf_collect_hash_codes()
6193 unsigned long int *hashcodes; member
6251 s->hashcodes[s->nsyms] = ha; in elf_collect_gnu_hash_codes()
6352 unsigned long int *hashcodes ATTRIBUTE_UNUSED, in compute_bucket_count()
6411 ++counts[hashcodes[j] % i]; in compute_bucket_count()
7594 unsigned long int *hashcodes; in bfd_elf_size_dynsym_hash_dynstr() local
7605 hashcodes = (unsigned long int *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr()
7606 if (hashcodes == NULL) in bfd_elf_size_dynsym_hash_dynstr()
7608 hashinf.hashcodes = hashcodes; in bfd_elf_size_dynsym_hash_dynstr()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h131 compute_bucket_count(const std::vector<uint32_t>& hashcodes,
H A Ddynobj.cc857 Dynobj::compute_bucket_count(const std::vector<uint32_t>& hashcodes, in compute_bucket_count() argument
875 unsigned int symcount = hashcodes.size(); in compute_bucket_count()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h131 compute_bucket_count(const std::vector<uint32_t>& hashcodes,
H A Ddynobj.cc857 Dynobj::compute_bucket_count(const std::vector<uint32_t>& hashcodes, in compute_bucket_count() argument
875 unsigned int symcount = hashcodes.size(); in compute_bucket_count()