Home
last modified time | relevance | path

Searched refs:HT_Cmp_t (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/include/
Dpub_tool_hashtable.h75 typedef Word (*HT_Cmp_t) ( const void* node1, const void* node2 ); typedef
92 HT_Cmp_t cmp );
94 HT_Cmp_t cmp );
99 extern void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp );
/external/valgrind/coregrind/
Dm_hashtable.c176 HT_Cmp_t cmp ) in VG_()
214 void* VG_(HT_gen_remove) ( VgHashTable *table, const void* node, HT_Cmp_t cmp ) in VG_()
236 void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp ) in VG_()