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

/freebsd-10.0-release/lib/libc/stdlib/
H A Dhcreate.c87 static struct internal_head *htable; variable in typeref:struct:internal_head
97 if (htable != NULL) {
119 htable = malloc(htablesize * sizeof htable[0]);
120 if (htable == NULL) {
127 SLIST_INIT(&htable[idx]);
138 if (htable == NULL)
142 while (!SLIST_EMPTY(&htable[idx])) {
143 ie = SLIST_FIRST(&htable[idx]);
144 SLIST_REMOVE_HEAD(&htable[id
[all...]
/freebsd-10.0-release/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-10.0-release/usr.sbin/makefs/
H A Dwalk.c624 } *htable; local
643 if (!htable)
651 ohtable = htable;
652 htable = calloc(htmask+1, sizeof(*htable));
653 if (!htable)
675 while (htable[h].data) {
676 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
677 (htable[h].data->st.st_dev == entry->st.st_dev)) {
678 return htable[
[all...]
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf71 progs dev_mkdb diskpart edquota flcopy gettable grfinfo hilinfo htable inetd
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2out.c6366 check_duplicate_cu (dw_die_ref cu, htab_t htable, unsigned int *sym_num)
6374 htab_find_slot_with_hash (htable, cu, htab_hash_string (cu->die_symbol),
6401 record_comdat_symbol_number (dw_die_ref cu, htab_t htable, unsigned int sym_num)
6406 htab_find_slot_with_hash (htable, cu, htab_hash_string (cu->die_symbol),
6357 check_duplicate_cu(dw_die_ref cu, htab_t htable, unsigned int *sym_num) argument
6392 record_comdat_symbol_number(dw_die_ref cu, htab_t htable, unsigned int sym_num) argument

Completed in 301 milliseconds