Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dhash.c41 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/dist/crypto/objects/
Do_names.c33 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/
Daltq_wfq.c151 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()
Daltq_wfq.h123 u_long (*hash_func)(struct flowinfo *, int); member
/netbsd/src/lib/libc/db/hash/
DMakefile.inc6 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/netbsd/src/lib/libc/citrus/
Dcitrus_mapper.c299 hash_func(const char *key) in hash_func() function
331 hashval = hash_func(mapname); in _citrus_mapper_open()
Dcitrus_iconv.c246 hash_func(const char *key) in hash_func() function
272 hashval = hash_func(convname); in get_shared()
/netbsd/src/external/bsd/wpa/dist/src/common/
Ddpp_crypto.c610 int *hash_func) in dpp_parse_jws_prot_hdr() argument
657 *hash_func = CRYPTO_HASH_ALG_SHA256; in dpp_parse_jws_prot_hdr()
660 *hash_func = CRYPTO_HASH_ALG_SHA384; in dpp_parse_jws_prot_hdr()
663 *hash_func = CRYPTO_HASH_ALG_SHA512; in dpp_parse_jws_prot_hdr()
665 *hash_func = -1; in dpp_parse_jws_prot_hdr()
729 int res, hash_func = -1; in dpp_process_signed_connector() local
756 kid = dpp_parse_jws_prot_hdr(curve, prot_hdr, prot_hdr_len, &hash_func); in dpp_process_signed_connector()
817 if (hash_func == CRYPTO_HASH_ALG_SHA256) in dpp_process_signed_connector()
820 else if (hash_func == CRYPTO_HASH_ALG_SHA384) in dpp_process_signed_connector()
823 else if (hash_func == CRYPTO_HASH_ALG_SHA512) in dpp_process_signed_connector()
/netbsd/src/sys/dev/pci/
Dif_vmxreg.h330 uint16_t hash_func; member
Dif_vmx.c1758 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
/netbsd/src/external/bsd/nvi/dist/dist/
DMakefile.am34 $(visrcdir)/db.1.85/hash/hash_func.c \
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
DChangeLog1063 (hash_func): Removed.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20013196 (hash_func): New function.
3197 (hash_enter): Replace HASHFUNCTION with hash_func.
3198 (hash_lookup): Replace HASHFUNCTION with hash_func.