Searched refs:hash_new (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | hash.h | 42 hash_t *hash_new(int, int (*)(int, void *), int (*)(void *, void *));
|
H A D | tdata.c | 372 new->td_layouthash = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash, in tdata_new() 374 new->td_idhash = hash_new(TDATA_ID_HASH_SIZE, tdesc_idhash, in tdata_new() 381 new->td_iihash = hash_new(IIDESC_HASH_SIZE, iidesc_hash, NULL); in tdata_new()
|
H A D | alist.c | 76 alist->al_elements = hash_new(nbuckets, hashfn, cmpfn); in alist_xnew()
|
H A D | hash.c | 92 hash_new(int nbuckets, int (*hashfn)(int, void *), int (*cmp)(void *, void *)) in hash_new() function
|
H A D | dwarf.c | 1909 dw.dw_tidhash = hash_new(TDESC_HASH_BUCKETS, tdesc_idhash, tdesc_idcmp); in dw_read() 1910 dw.dw_fwdhash = hash_new(TDESC_HASH_BUCKETS, tdesc_namehash, in dw_read() 1912 dw.dw_enumhash = hash_new(TDESC_HASH_BUCKETS, tdesc_namehash, in dw_read()
|
H A D | merge.c | 1046 mcd->md_tdtba = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash, in merge_types()
|