Searched refs:hash_add (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/apr/random/unix/ |
| HD | apr_random.c | 48 #define hash_add(h,b,n) (h)->add(h,b,n) macro 51 #define hash(h,r,b,n) hash_init(h),hash_add(h,b,n),hash_finish(h,r) 154 hash_add(g->key_hash,H,H_size(g)); in mix_pid() 155 hash_add(g->key_hash,&pid,sizeof pid); in mix_pid() 203 hash_add(g->key_hash,H,H_size(g)); in rekey() 206 hash_add(g->key_hash,g->pools[n].pool,g->pools[n].bytes); in rekey()
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | hash.h | 43 void hash_add(hash_t *, void *);
|
| HD | hash.c | 107 hash_add(hash_t *hash, void *key) in hash_add() function 117 hash_add((hash_t *)private, node); in hash_add_cb()
|
| HD | merge.c | 460 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_post() 479 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_post() 522 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_self_post() 969 hash_add(mcd->md_tgt->td_iihash, new); in add_iitba_cb() 995 hash_add(mcd->md_tgt->td_idhash, newtdp); in add_tdesc() 996 hash_add(mcd->md_tgt->td_layouthash, newtdp); in add_tdesc()
|
| HD | tdata.c | 422 hash_add(td->td_idhash, ctdp); in build_hashes() 423 hash_add(td->td_layouthash, ctdp); in build_hashes()
|
| HD | alist.c | 120 hash_add(alist->al_elements, el); in alist_add()
|
| HD | iidesc.c | 108 hash_add(hash, new); in iidesc_add()
|
| HD | ctf.c | 930 hash_add(td->td_iihash, ii); in resurrect_objects() 999 hash_add(td->td_iihash, ii); in resurrect_functions() 1261 hash_add(td->td_iihash, ii); in resurrect_types()
|
| HD | dwarf.c | 152 hash_add(dw->dw_tidhash, tdp); in tdesc_add() 865 hash_add(dw->dw_enumhash, tdp); in die_enum_create() 958 hash_add(dw->dw_fwdhash, tdp); in die_sou_create()
|
| HD | output.c | 324 hash_add(td->td_iihash, new); in copy_from_strong()
|