Searched refs:htable (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dcgen-dis.c58 CGEN_INSN_LIST **htable,
70 for (current_buf = htable[hash]; current_buf != NULL;
83 htable[hash] = hentbuf;
105 CGEN_INSN_LIST ** htable,
130 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
143 CGEN_INSN_LIST **htable,
167 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
56 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
101 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN * insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST ** htable, CGEN_INSN_LIST * hentbuf) argument
141 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
H A Dcgen-asm.c71 CGEN_INSN_LIST **htable,
84 hentbuf->next = htable[hash];
86 htable[hash] = hentbuf;
99 CGEN_INSN_LIST **htable,
111 hentbuf->next = htable[hash];
113 htable[hash] = hentbuf;
67 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN *insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
97 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
/freebsd-12-stable/usr.sbin/makefs/
H A Dwalk.c638 } *htable; local
657 if (!htable)
665 ohtable = htable;
666 htable = ecalloc(htmask+1, sizeof(*htable));
686 while (htable[h].data) {
687 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
688 (htable[h].data->st.st_dev == entry->st.st_dev)) {
689 return htable[h].data;
695 htable[
[all...]
/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dinternal.h81 void add_to_portlid_hash(ibnd_port_t * port, GHashTable *htable);
H A Dibnetdisc.c688 void add_to_portlid_hash(ibnd_port_t * port, GHashTable *htable) argument
698 g_hash_table_insert(htable, GINT_TO_POINTER(lid), port);
/freebsd-12-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf71 progs dev_mkdb diskpart edquota flcopy gettable grfinfo hilinfo htable inetd
/freebsd-12-stable/contrib/gcc/
H A Ddwarf2out.c6374 check_duplicate_cu (dw_die_ref cu, htab_t htable, unsigned int *sym_num)
6382 htab_find_slot_with_hash (htable, cu, htab_hash_string (cu->die_symbol),
6409 record_comdat_symbol_number (dw_die_ref cu, htab_t htable, unsigned int sym_num)
6414 htab_find_slot_with_hash (htable, cu, htab_hash_string (cu->die_symbol),
6365 check_duplicate_cu(dw_die_ref cu, htab_t htable, unsigned int *sym_num) argument
6400 record_comdat_symbol_number(dw_die_ref cu, htab_t htable, unsigned int sym_num) argument

Completed in 106 milliseconds