Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dsym.c163 int hashfunct( str, hash_size ) in hashfunct() argument
165 int hash_size;
176 hashval %= hash_size;
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcgen-dis.c181 unsigned int hash_size = cd->dis_hash_size; in build_dis_hash_table() local
190 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *)); in build_dis_hash_table()
191 memset (dis_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_dis_hash_table()
Dcgen-asm.c127 unsigned int hash_size = cd->asm_hash_size; in build_asm_hash_table() local
136 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()
137 memset (asm_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dhash.c490 bfd_hash_set_default_size (bfd_size_type hash_size) in bfd_hash_set_default_size() argument
501 if (hash_size <= hash_size_primes[index]) in bfd_hash_set_default_size()
Dsom.c5407 amt = lst_header->hash_size; in som_bfd_count_ar_symbols()
5410 if (hash_table == NULL && lst_header->hash_size != 0) in som_bfd_count_ar_symbols()
5423 for (i = 0; i < lst_header->hash_size; i++) in som_bfd_count_ar_symbols()
5484 amt = lst_header->hash_size; in som_bfd_fill_in_ar_symbols()
5487 if (hash_table == NULL && lst_header->hash_size != 0) in som_bfd_fill_in_ar_symbols()
5510 for (i = 0; i < lst_header->hash_size; i++) in som_bfd_fill_in_ar_symbols()
5819 amt = lst.hash_size; in som_bfd_ar_write_symbol_stuff()
5822 if (hash_table == NULL && lst.hash_size != 0) in som_bfd_ar_write_symbol_stuff()
5831 amt = lst.hash_size; in som_bfd_ar_write_symbol_stuff()
5834 if (last_hash_entry == NULL && lst.hash_size != 0) in som_bfd_ar_write_symbol_stuff()
[all …]
/mirbsd/src/kern/z/
Ddeflate.c199 s->head[s->hash_size-1] = NIL; \
200 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
291 s->hash_size = 1 << s->hash_bits;
292 s->hash_mask = s->hash_size - 1;
297 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1044 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1056 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
1434 n = s->hash_size;
Ddeflate.h140 uInt hash_size; /* number of elements in hash table */ member