Home
last modified time | relevance | path

Searched refs:hash_merge (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dhash.h44 void hash_merge(hash_t *, hash_t *);
H A Dhash.c121 hash_merge(hash_t *to, hash_t *from) in hash_merge() function
H A Dtdata.c458 hash_merge(td1->td_iihash, td2->td_iihash); in tdata_merge()