| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | hash.c | 41 objc_hash_new (unsigned int size, hash_func_type hash_func, in objc_hash_new() argument 67 cache->hash_func = hash_func; in objc_hash_new() 112 size_t indx = (*(*cachep)->hash_func) (*cachep, key); in objc_hash_add() 151 (*cachep)->hash_func, in objc_hash_add() 172 size_t indx = (*cache->hash_func) (cache, key); in objc_hash_remove() 257 node_ptr node = cache->node_table[(*cache->hash_func) (cache, key)]; in objc_hash_value_for_key() 281 node_ptr node = cache->node_table[(*cache->hash_func) (cache, key)]; in objc_hash_is_key_in_hash()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | hash.c | 41 objc_hash_new (unsigned int size, hash_func_type hash_func, in objc_hash_new() argument 67 cache->hash_func = hash_func; in objc_hash_new() 112 size_t indx = (*(*cachep)->hash_func) (*cachep, key); in objc_hash_add() 151 (*cachep)->hash_func, in objc_hash_add() 172 size_t indx = (*cache->hash_func) (cache, key); in objc_hash_remove() 257 node_ptr node = cache->node_table[(*cache->hash_func) (cache, key)]; in objc_hash_value_for_key() 281 node_ptr node = cache->node_table[(*cache->hash_func) (cache, key)]; in objc_hash_is_key_in_hash()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/ |
| H A D | o_names.c | 50 unsigned long (*hash_func) (const char *name); member 87 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *), in OBJ_NAME_new_index() 119 name_funcs->hash_func = openssl_lh_strcasehash; in OBJ_NAME_new_index() 134 if (hash_func != NULL) in OBJ_NAME_new_index() 135 name_funcs->hash_func = hash_func; in OBJ_NAME_new_index() 170 a->type)->hash_func(a->name); in obj_name_hash()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/ |
| H A D | o_names.c | 33 unsigned long (*hash_func) (const char *name); member 68 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *), in OBJ_NAME_new_index() 96 name_funcs->hash_func = ossl_lh_strcasehash; in OBJ_NAME_new_index() 108 if (hash_func != NULL) in OBJ_NAME_new_index() 109 name_funcs->hash_func = hash_func; in OBJ_NAME_new_index() 144 a->type)->hash_func(a->name); in obj_name_hash()
|
| /netbsd-src/sys/altq/ |
| H A D | altq_wfq.c | 151 new_wfqp->hash_func = wfq_hashbydstaddr; in wfq_ifattach() 247 return (&wfqp->queue[(*wfqp->hash_func)(&flow, wfqp->nums)]); in wfq_classify() 509 gqidp->qid = (*wfqp->hash_func)(&gqidp->flow, wfqp->nums); in wfq_getqid() 602 wfqp->hash_func = wfq_hashbydstaddr; in wfq_config() 609 wfqp->hash_func = wfq_hashbysrcport; in wfq_config() 616 wfqp->hash_func = wfq_hash; in wfq_config() 623 wfqp->hash_func = wfq_hashbysrcaddr; in wfq_config()
|
| H A D | altq_wfq.h | 123 u_long (*hash_func)(struct flowinfo *, int); member
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| H A D | hash.h | 97 hash_func_type hash_func; member 106 hash_func_type hash_func,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| H A D | hash.h | 97 hash_func_type hash_func; member 106 hash_func_type hash_func,
|
| /netbsd-src/lib/libc/db/hash/ |
| H A D | Makefile.inc | 6 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
|
| /netbsd-src/lib/libc/citrus/ |
| H A D | citrus_mapper.c | 299 hash_func(const char *key) in hash_func() function 331 hashval = hash_func(mapname); in _citrus_mapper_open()
|
| H A D | citrus_iconv.c | 246 hash_func(const char *key) in hash_func() function 272 hashval = hash_func(convname); in get_shared()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | objects.h | 53 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | objects.h | 45 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_vmxreg.h | 330 uint16_t hash_func; member
|
| H A D | if_vmx.c | 1758 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
|
| /netbsd-src/sys/external/bsd/ena-com/ |
| H A D | ena_com.c | 2254 if (get_resp.u.flow_hash_func.supported_func & (1 << rss->hash_func)) { in ena_com_set_hash_function() 2256 rss->hash_func); in ena_com_set_hash_function() 2267 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function() 2286 rss->hash_func, ret); in ena_com_set_hash_function() 2365 rss->hash_func = get_resp.u.flow_hash_func.selected_func; in ena_com_get_hash_function() 2367 *func = rss->hash_func; in ena_com_get_hash_function()
|
| H A D | ena_com.h | 316 enum ena_admin_hash_functions hash_func; member
|
| /netbsd-src/external/bsd/nvi/dist/dist/ |
| H A D | Makefile.am | 34 $(visrcdir)/db.1.85/hash/hash_func.c \
|
| /netbsd-src/sys/dev/hyperv/ |
| H A D | if_hvn.c | 4116 uint32_t hash_func = 0, hash_types = 0; in hvn_get_rsscaps() local 4203 hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */ in hvn_get_rsscaps() 4219 sc->sc_rss_hcap = hash_func | hash_types; in hvn_get_rsscaps()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | ChangeLog | 1063 (hash_func): Removed.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 3196 (hash_func): New function. 3197 (hash_enter): Replace HASHFUNCTION with hash_func. 3198 (hash_lookup): Replace HASHFUNCTION with hash_func.
|