Searched refs:oldK (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_wordfm.h | 99 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key );
|
/external/valgrind/coregrind/ |
D | m_wordfm.c | 630 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key ) in VG_() 635 if (oldK) in VG_() 636 *oldK = node->key; in VG_()
|
/external/valgrind/exp-sgcheck/ |
D | sg_main.c | 573 UWord oldK, oldV; in del_blocks_from_StackTree() local 582 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd ); in del_blocks_from_StackTree() 586 tl_assert(nd == (StackTreeNode*)oldK); in del_blocks_from_StackTree() 765 UWord keyW, valW, oldK, oldV; in del_GlobalTree_range() local 783 b = VG_(delFromFM)( gitree, &oldK, &oldV, (UWord)&key ); in del_GlobalTree_range() 786 tl_assert(oldK == keyW); /* check we deleted the node we just found */ in del_GlobalTree_range()
|
/external/valgrind/helgrind/ |
D | libhb_core.c | 2989 UWord oldK = 0, oldV = 12345; in vts_tab__do_GC() local 3001 &oldK, &oldV, (UWord)te->vts ); in vts_tab__do_GC() 3004 tl_assert(oldK == (UWord)te->vts); /* else what did delFromFM find?! */ in vts_tab__do_GC() 3140 UWord oldK = 0, oldV = 12345; in vts_tab__do_GC() local 3142 &oldK, &oldV, (UWord)old_vts ); in vts_tab__do_GC() 3145 tl_assert(oldK == (UWord)old_vts); /* else what did delFromFM find?! */ in vts_tab__do_GC()
|