Home
last modified time | relevance | path

Searched refs:hash_func (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/
H A Dhash.c42 objc_hash_new (unsigned int size, hash_func_type hash_func, in objc_hash_new() argument
68 cache->hash_func = hash_func; in objc_hash_new()
113 size_t indx = (*(*cachep)->hash_func) (*cachep, key); in objc_hash_add()
152 (*cachep)->hash_func, in objc_hash_add()
173 size_t indx = (*cache->hash_func) (cache, key); in objc_hash_remove()
258 node_ptr node = cache->node_table[(*cache->hash_func) (cache, key)]; in objc_hash_value_for_key()
282 node_ptr node = cache->node_table[(*cache->hash_func) (cache, key)]; in objc_hash_is_key_in_hash()
/dragonfly/crypto/libressl/crypto/objects/
H A Do_names.c21 unsigned long (*hash_func)(const char *name); member
52 OBJ_NAME_new_index(unsigned long (*hash_func)(const char *), in OBJ_NAME_new_index()
73 name_funcs->hash_func = lh_strhash; in OBJ_NAME_new_index()
83 if (hash_func != NULL) in OBJ_NAME_new_index()
84 name_funcs->hash_func = hash_func; in OBJ_NAME_new_index()
122 a->type)->hash_func(a->name); in obj_name_hash()
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dhash.h97 hash_func_type hash_func; member
106 hash_func_type hash_func,
/dragonfly/lib/libc/db/hash/
H A DMakefile.inc6 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/dragonfly/lib/libc/citrus/
H A Dcitrus_iconv.c193 hash_func(const char *key) in hash_func() function
220 hashval = hash_func(convname); in get_shared()
H A Dcitrus_mapper.c293 hash_func(const char *key) in hash_func() function
328 hashval = hash_func(mapname); in _citrus_mapper_open()
/dragonfly/lib/libc/db/test/hash.tests/
H A Ddriver2.c67 info.hash_func = my_hash; in main()
/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmxreg.h336 uint16_t hash_func; member
H A Dif_vmx.c1730 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_com.c2238 if (get_resp.u.flow_hash_func.supported_func & (1 << rss->hash_func)) { in ena_com_set_hash_function()
2240 rss->hash_func); in ena_com_set_hash_function()
2251 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()
2270 rss->hash_func, ret); in ena_com_set_hash_function()
2349 rss->hash_func = get_resp.u.flow_hash_func.selected_func; in ena_com_get_hash_function()
2351 *func = rss->hash_func; in ena_com_get_hash_function()
H A Dena_com.h315 enum ena_admin_hash_functions hash_func; member
/dragonfly/crypto/libressl/include/openssl/
H A Dobjects.h990 int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),