Searched refs:hash_size (Results 1 – 12 of 12) sorted by relevance
54 unsigned char hash_size[1]; member70 unsigned char hash_size; member
179 unsigned int hash_size = cd->dis_hash_size; in build_dis_hash_table() local188 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *)); in build_dis_hash_table()189 memset (dis_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_dis_hash_table()
126 unsigned int hash_size = cd->asm_hash_size; in build_asm_hash_table() local135 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()136 memset (asm_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()
1040 domain->hash_size = W (domain->must_swap, data->hash_tab_size);1042 (domain->hash_size > 21117 + domain->hash_size * sizeof (nls_uint32);1165 mem += domain->hash_size * sizeof (nls_uint32);1227 for (i = 0; i < domain->hash_size; i++)1234 nls_uint32 idx = hash_val % domain->hash_size;1235 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));1246 if (idx >= domain->hash_size - incr)1247 idx -= domain->hash_size - incr;
755 nls_uint32 idx = hash_val % domain->hash_size;756 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));787 if (idx >= domain->hash_size - incr)788 idx -= domain->hash_size - incr;
117 nls_uint32 hash_size; member
34 unsigned char hash_size[4]; member
190 unsigned int hash_size; member
1929 dst->hash_size = bfd_getb32 (src->hash_size); in som_swap_lst_header_in()5875 amt = lst_header->hash_size * 4; in som_bfd_count_ar_symbols()5890 for (i = 0; i < lst_header->hash_size; i++) in som_bfd_count_ar_symbols()5957 amt = lst_header->hash_size * 4; in som_bfd_fill_in_ar_symbols()5983 for (i = 0; i < lst_header->hash_size; i++) in som_bfd_fill_in_ar_symbols()6307 unsigned int hash_size; in som_bfd_ar_write_symbol_stuff() local6309 hash_size = bfd_getb32 (lst.hash_size); in som_bfd_ar_write_symbol_stuff()6310 amt = hash_size * 4; in som_bfd_ar_write_symbol_stuff()6312 if (hash_table == NULL && hash_size != 0) in som_bfd_ar_write_symbol_stuff()6321 amt = hash_size * sizeof (struct som_external_lst_symbol_record *); in som_bfd_ar_write_symbol_stuff()[all …]
664 bfd_hash_set_default_size (unsigned long hash_size) in bfd_hash_set_default_size() argument675 if (hash_size <= hash_size_primes[_index]) in bfd_hash_set_default_size()
2576 arg. Add 65537 to hash_size primes.
1102 dst->hash_size = src->hash_size[0]; in swap_code_codedirectory_v1_in()1163 cd.hash_offset - cd.nbr_special_slots * cd.hash_size); in dump_code_signature_codedirectory()1166 printf (_(" hash size: %02x\n"), cd.hash_size); in dump_code_signature_codedirectory()