Home
last modified time | relevance | path

Searched defs:htab (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/netbsd/external/gpl3/gdb/dist/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
/netbsd/external/gpl3/binutils/dist/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
/netbsd/external/gpl3/gcc/dist/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h69 struct htab { struct
87 typedef struct htab *htab_t; argument
171 htab_size (htab_t htab) in htab_size()
179 htab_elements (htab_t htab) in htab_elements()
212 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
221 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
228 htab_clear (htab_t htab) in htab_clear()
295 htab_expand (htab_t htab) in htab_expand()
334 htab_find (htab_t htab, const hash_entry_type element) in htab_find()
377 htab_t htab = *htabp; in htab_find_slot() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h69 struct htab { struct
87 typedef struct htab *htab_t; argument
171 htab_size (htab_t htab) in htab_size()
179 htab_elements (htab_t htab) in htab_elements()
212 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
221 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
255 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
289 htab_expand (htab_t htab) in htab_expand()
328 htab_find (htab_t htab, const hash_entry_type element) in htab_find()
371 htab_t htab = *htabp; in htab_find_slot() local
[all …]
/netbsd/lib/libc/db/hash/
H A Dhash.h95 HASHHDR hdr; /* Header */
97 int exsegs; /* Number of extra allocated
100 int flags; /* Flag values */
101 int fp; /* File pointer */
104 BUFHEAD *cpage; /* Current page */
105 int cbucket; /* Current bucket */
106 int cndx; /* Index of next item on cpage */
107 int err; /* Error Number -- for DBM
115 int nmaps; /* Initial number of bitmaps */
116 int nbufs; /* Number of buffers left to
[all …]
/netbsd/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dhash.c90 hash_init (hash_table *htab, unsigned long int init_size) in hash_init()
110 hash_destroy (hash_table *htab) in hash_destroy()
148 lookup (hash_table *htab, in lookup()
191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry()
209 insert_entry_2 (hash_table *htab, in insert_entry_2()
239 resize (hash_table *htab) in resize()
267 hash_insert_entry (hash_table *htab, in hash_insert_entry()
294 hash_set_value (hash_table *htab, in hash_set_value()
326 hash_iterate (hash_table *htab, void **ptr, const void **key, size_t *keylen, in hash_iterate()
359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dhash.c90 hash_init (hash_table *htab, unsigned long int init_size) in hash_init()
110 hash_destroy (hash_table *htab) in hash_destroy()
148 lookup (hash_table *htab, in lookup()
191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry()
209 insert_entry_2 (hash_table *htab, in insert_entry_2()
239 resize (hash_table *htab) in resize()
267 hash_insert_entry (hash_table *htab, in hash_insert_entry()
294 hash_set_value (hash_table *htab, in hash_set_value()
326 hash_iterate (hash_table *htab, void **ptr, const void **key, size_t *keylen, in hash_iterate()
359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify()
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dhash.c90 hash_init (hash_table *htab, unsigned long int init_size) in hash_init()
110 hash_destroy (hash_table *htab) in hash_destroy()
148 lookup (hash_table *htab, in lookup()
191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry()
209 insert_entry_2 (hash_table *htab, in insert_entry_2()
239 resize (hash_table *htab) in resize()
267 hash_insert_entry (hash_table *htab, in hash_insert_entry()
294 hash_set_value (hash_table *htab, in hash_set_value()
326 hash_iterate (hash_table *htab, void **ptr, const void **key, size_t *keylen, in hash_iterate()
359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dhashtab.c212 #define htab_size(htab) ((htab)->size) argument
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
412 htab_delete (htab_t htab) in htab_delete()
438 htab_empty (htab_t htab) in htab_empty()
481 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
517 htab_expand (htab_t htab) in htab_expand()
619 htab_find (htab_t htab, const PTR element) in htab_find()
712 htab_remove_elt (htab_t htab, const PTR element) in htab_remove_elt()
743 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
[all …]
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c212 #define htab_size(htab) ((htab)->size) argument
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
412 htab_delete (htab_t htab) in htab_delete()
438 htab_empty (htab_t htab) in htab_empty()
481 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
517 htab_expand (htab_t htab) in htab_expand()
619 htab_find (htab_t htab, const PTR element) in htab_find()
712 htab_remove_elt (htab_t htab, PTR element) in htab_remove_elt()
743 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
[all …]
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c212 #define htab_size(htab) ((htab)->size) argument
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
412 htab_delete (htab_t htab) in htab_delete()
438 htab_empty (htab_t htab) in htab_empty()
481 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
517 htab_expand (htab_t htab) in htab_expand()
619 htab_find (htab_t htab, const void *element) in htab_find()
712 htab_remove_elt (htab_t htab, const void *element) in htab_remove_elt()
743 htab_clear_slot (htab_t htab, void **slot) in htab_clear_slot()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c212 #define htab_size(htab) ((htab)->size) argument
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
412 htab_delete (htab_t htab) in htab_delete()
438 htab_empty (htab_t htab) in htab_empty()
481 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
517 htab_expand (htab_t htab) in htab_expand()
619 htab_find (htab_t htab, const PTR element) in htab_find()
712 htab_remove_elt (htab_t htab, const PTR element) in htab_remove_elt()
743 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dhashtab.c212 #define htab_size(htab) ((htab)->size) argument
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
412 htab_delete (htab_t htab) in htab_delete()
438 htab_empty (htab_t htab) in htab_empty()
481 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
517 htab_expand (htab_t htab) in htab_expand()
619 htab_find (htab_t htab, const PTR element) in htab_find()
712 htab_remove_elt (htab_t htab, const PTR element) in htab_remove_elt()
743 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
[all …]
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c212 #define htab_size(htab) ((htab)->size) argument
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
412 htab_delete (htab_t htab) in htab_delete()
438 htab_empty (htab_t htab) in htab_empty()
481 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
517 htab_expand (htab_t htab) in htab_expand()
619 htab_find (htab_t htab, const PTR element) in htab_find()
712 htab_remove_elt (htab_t htab, const PTR element) in htab_remove_elt()
743 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dhash.c52 Hashtab *htab; in hashtabnew() local
73 _search(Hashtab * htab, void *ptr) in _search()
90 hashtabsearch(Hashtab * htab, void *ptr) in hashtabsearch()
103 hashtabadd(Hashtab * htab, void *ptr) in hashtabadd()
131 _hashtabdel(Hashtab * htab, void *ptr, int freep) in _hashtabdel()
152 hashtabforeach(Hashtab * htab, int (*func) (void *ptr, void *arg), in hashtabforeach()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf-s390-common.c38 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_after_got_p() local
62 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_pointer() local
87 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_offset() local
103 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_offset() local
122 struct elf_link_hash_table *htab = elf_hash_table (info); in s390_elf_create_ifunc_sections() local
171 struct elf_link_hash_table *htab; in s390_elf_allocate_ifunc_dyn_relocs() local
H A Delfxx-x86.c50 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_set_tls_module_base() local
89 struct elf_x86_link_hash_table *htab; in elf_x86_allocate_dynrelocs() local
620 struct elf_link_hash_table *htab in _bfd_x86_elf_link_hash_newfunc() local
676 struct elf_x86_link_hash_table *htab in elf_x86_link_hash_table_free() local
993 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_size_dynamic_sections() local
1369 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_finish_dynamic_sections() local
1597 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_always_size_sections() local
1769 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_adjust_dynamic_symbol() local
1985 struct elf_x86_link_hash_table *htab in _bfd_x86_elf_link_symbol_references_local() local
2487 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_link_setup_gnu_properties() local
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf-s390-common.c38 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_after_got_p() local
62 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_pointer() local
87 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_offset() local
103 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_offset() local
122 struct elf_link_hash_table *htab = elf_hash_table (info); in s390_elf_create_ifunc_sections() local
171 struct elf_link_hash_table *htab; in s390_elf_allocate_ifunc_dyn_relocs() local
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf-s390-common.c38 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_after_got_p() local
62 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_pointer() local
87 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_offset() local
103 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_offset() local
122 struct elf_link_hash_table *htab = elf_hash_table (info); in s390_elf_create_ifunc_sections() local
171 struct elf_link_hash_table *htab; in s390_elf_allocate_ifunc_dyn_relocs() local
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf-s390-common.c38 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_after_got_p() local
62 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_pointer() local
87 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_got_offset() local
103 struct elf_s390_link_hash_table *htab = elf_s390_hash_table (info); in s390_gotplt_offset() local
122 struct elf_link_hash_table *htab = elf_hash_table (info); in s390_elf_create_ifunc_sections() local
171 struct elf_link_hash_table *htab; in s390_elf_allocate_ifunc_dyn_relocs() local
H A Delfxx-x86.c50 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_set_tls_module_base() local
89 struct elf_x86_link_hash_table *htab; in elf_x86_allocate_dynrelocs() local
620 struct elf_link_hash_table *htab in _bfd_x86_elf_link_hash_newfunc() local
676 struct elf_x86_link_hash_table *htab in elf_x86_link_hash_table_free() local
993 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_size_dynamic_sections() local
1369 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_finish_dynamic_sections() local
1597 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_always_size_sections() local
1769 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_adjust_dynamic_symbol() local
1985 struct elf_x86_link_hash_table *htab in _bfd_x86_elf_link_symbol_references_local() local
2487 struct elf_x86_link_hash_table *htab; in _bfd_x86_elf_link_setup_gnu_properties() local
[all …]

12345678910>>...14