Searched refs:htab_hash (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/include/
H A Dhashtab.h47 typedef hashval_t (*htab_hash) (const void *); typedef
97 htab_hash hash_f;
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
187 extern htab_hash htab_hash_pointer;
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h47 typedef hashval_t (*htab_hash) (const void *); typedef
97 htab_hash hash_f;
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
187 extern htab_hash htab_hash_pointer;
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dhashtab.h47 typedef hashval_t (*htab_hash) (const void *); typedef
97 htab_hash hash_f;
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
187 extern htab_hash htab_hash_pointer;
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dhashtab.h47 typedef hashval_t (*htab_hash) (const void *); typedef
97 htab_hash hash_f;
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
187 extern htab_hash htab_hash_pointer;
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dhashtab.h47 typedef hashval_t (*htab_hash) (const void *); typedef
97 htab_hash hash_f;
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
187 extern htab_hash htab_hash_pointer;
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h47 typedef hashval_t (*htab_hash) (const void *); typedef
97 htab_hash hash_f;
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
187 extern htab_hash htab_hash_pointer;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h33 htab_hash and htab_eq inline functions. */
51 static inline hashval_t htab_hash (hash_entry_type);
314 *find_empty_slot_for_expand (nhtab, htab_hash (x)) = x;
330 hashval_t index, hash2, hash = htab_hash (element);
368 hashval_t index, hash2, hash = htab_hash (element);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h33 htab_hash and htab_eq inline functions. */
51 static inline hashval_t htab_hash (hash_entry_type);
320 *find_empty_slot_for_expand (nhtab, htab_hash (x)) = x;
336 hashval_t index, hash2, hash = htab_hash (element);
374 hashval_t index, hash2, hash = htab_hash (element);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c81 htab_hash htab_hash_pointer = hash_pointer;
282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f,
328 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f,
397 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
403 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c81 htab_hash htab_hash_pointer = hash_pointer;
282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f,
328 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f,
397 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
403 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dhashtab.c81 htab_hash htab_hash_pointer = hash_pointer;
282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f,
328 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f,
397 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
403 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c81 htab_hash htab_hash_pointer = hash_pointer;
282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f,
328 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f,
397 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
403 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dhashtab.c81 htab_hash htab_hash_pointer = hash_pointer;
282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f,
328 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f,
397 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
403 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c81 htab_hash htab_hash_pointer = hash_pointer;
282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f,
328 htab_hash @var{hash_f}, htab_eq @var{eq_f}, htab_del @var{del_f}, @
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f,
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f,
397 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
403 htab_try_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f)
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c177 if ((dynhash->htab = htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
573 ctf_dynset_create (htab_hash hash_fun, htab_eq eq_fun,
577 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun,
H A Dctf-impl.h663 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-hash.c186 if ((dynhash->htab = htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
575 ctf_dynset_create (htab_hash hash_fun, htab_eq eq_fun,
579 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
773 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun,
H A Dctf-impl.h606 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-gsmob.c227 gdbscm_create_eqable_gsmob_ptr_map (htab_hash hash_fn, htab_eq eq_fn)
H A Dguile-internal.h300 extern htab_t gdbscm_create_eqable_gsmob_ptr_map (htab_hash hash_fn,
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-hash.c177 if ((dynhash->htab = htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
573 ctf_dynset_create (htab_hash hash_fun, htab_eq eq_fun,
577 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun,
H A Dctf-impl.h663 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun);
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-gsmob.c215 gdbscm_create_eqable_gsmob_ptr_map (htab_hash hash_fn, htab_eq eq_fn)
H A Dguile-internal.h292 extern htab_t gdbscm_create_eqable_gsmob_ptr_map (htab_hash hash_fn,
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c177 if ((dynhash->htab = htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
573 ctf_dynset_create (htab_hash hash_fun, htab_eq eq_fun,
577 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun,

Completed in 198 milliseconds

12