Home
last modified time | relevance | path

Searched refs:HT_gen_lookup (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/include/
Dpub_tool_hashtable.h91 extern void* VG_(HT_gen_lookup) ( const VgHashTable *table, const void* node,
/external/valgrind/coregrind/
Dm_deduppoolalloc.c267 ht_ins = VG_(HT_gen_lookup) (ddpa->ht_elements, &ht_elt, cmp_pool_elt); in VG_()
Dm_hashtable.c175 void* VG_(HT_gen_lookup) ( const VgHashTable *table, const void* node, in VG_() argument
/external/valgrind/helgrind/
Dlibhb_core.c4606 ref = VG_(HT_gen_lookup) (oldrefHT, &example, cmp_oldref_tsw); in event_map_bind()