Searched refs:hashcodes (Results 1 – 7 of 7) sorted by relevance
155 unsigned int *hashcodes = in compute_hashsize() local163 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()
6193 unsigned long *hashcodes; member6234 *(inf->hashcodes)++ = ha; in elf_collect_hash_codes()6250 unsigned long int *hashcodes; member6308 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() local7688 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 …]
6136 unsigned long *hashcodes; member6177 *(inf->hashcodes)++ = ha; in elf_collect_hash_codes()6193 unsigned long int *hashcodes; member6251 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() local7605 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 …]
131 compute_bucket_count(const std::vector<uint32_t>& hashcodes,
857 Dynobj::compute_bucket_count(const std::vector<uint32_t>& hashcodes, in compute_bucket_count() argument875 unsigned int symcount = hashcodes.size(); in compute_bucket_count()