/external/valgrind/include/ |
pub_tool_wordfm.h | 77 VG_(initIterAtFM), VG_(nextIterFM), VG_(doneIterFM) to iterate over 137 // by VG_(nextIterFM) is the smallest key in the map >= start_at. 144 Bool VG_(nextIterFM) ( WordFM* fm,
|
/external/valgrind/cachegrind/ |
cg_merge.c | 95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ); 421 while (nextIterFM( cpf->outerMap, (Word*)(&topKey), (Word*)(&topVal) )) { 425 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) { 802 while (nextIterFM( src->outerMap, (Word*)&soKey, (Word*)&soVal )) { 819 while (nextIterFM( soVal, (Word*)&siKey, (Word*)&siVal )) { [all...] |
/external/valgrind/exp-dhat/ |
dh_main.c | [all...] |
/external/valgrind/coregrind/ |
m_wordfm.c | 567 VG_(initIterAtFM), VG_(nextIterFM), VG_(doneIterFM) to iterate over 702 // by VG_(nextIterFM) is the smallest key in the map >= start_at. 755 Bool VG_(nextIterFM) ( WordFM* fm, /*OUT*/UWord* pKey, /*OUT*/UWord* pVal ) 954 return VG_(nextIterFM)( bag->fm, pVal, pCount );
|
/external/valgrind/exp-sgcheck/ |
sg_main.c | 484 while (VG_(nextIterFM)( sitree, &keyW, &valW )) { 645 while (VG_(nextIterFM)( gitree, &keyW, &valW )) { [all...] |
/external/valgrind/helgrind/ |
hg_main.c | 560 while (VG_(nextIterFM)( map_locks, (UWord*)&gla, 934 while (VG_(nextIterFM)( map_locks, [all...] |
libhb_core.c | 836 while (VG_(nextIterFM)( map_shmem, &gaKey, &secmapW )) { [all...] |