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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c288 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, argument
309 result->hash_f = hash_f;
321 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, argument
344 result->hash_f = hash_f;
356 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, argument
360 htab->hash_f = hash_f;
372 htab_create (size_t size, htab_hash hash_f, htab_e argument
378 htab_try_create(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c288 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, argument
309 result->hash_f = hash_f;
321 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, argument
344 result->hash_f = hash_f;
356 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, argument
360 htab->hash_f = hash_f;
372 htab_create (size_t size, htab_hash hash_f, htab_e argument
378 htab_try_create(size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h102 htab_hash hash_f; local
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h102 htab_hash hash_f; local
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h93 htab_hash hash_f; local
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c99 objhash_hash_f *hash_f; member in struct:namedobj_instance
4358 ni->hash_f = objhash_hash_name;
4376 ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f, argument
4380 ni->hash_f = hash_f;
4417 hash = ni->hash_f(ni, name, set) % ni->nn_size;
4516 hash = ni->hash_f(ni, name, set) % ni->nn_size;
4559 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size;
4573 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size;
H A Dip_fw_private.h744 objhash_hash_f *hash_f, objhash_cmp_f *cmp_f);

Completed in 134 milliseconds