Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_wordfm.h99 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key );
/external/valgrind/coregrind/
Dm_wordfm.c630 /*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/
Dsg_main.c573 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/
Dlibhb_core.c2989 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()