Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_sparsewa.h69 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV,
Dpub_tool_wordfm.h96 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key );
/external/valgrind/main/coregrind/
Dm_sparsewa.c369 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key ) in VG_()
406 *oldK = key; /* this is silly */ in VG_()
Dm_wordfm.c639 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key ) in VG_()
644 if (oldK) in VG_()
645 *oldK = node->key; in VG_()
/external/valgrind/main/exp-ptrcheck/
Dsg_main.c574 UWord oldK, oldV; in del_blocks_from_StackTree() local
583 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd ); in del_blocks_from_StackTree()
587 tl_assert(nd == (StackTreeNode*)oldK); in del_blocks_from_StackTree()
766 UWord keyW, valW, oldK, oldV; in del_GlobalTree_range() local
784 b = VG_(delFromFM)( gitree, &oldK, &oldV, (UWord)&key ); in del_GlobalTree_range()
787 tl_assert(oldK == keyW); /* check we deleted the node we just found */ in del_GlobalTree_range()
/external/valgrind/main/helgrind/
Dlibhb_core.c2293 UWord oldK = 0, oldV = 0; in vts_tab__do_GC() local
2305 &oldK, &oldV, (UWord)te->vts ); in vts_tab__do_GC()
2308 tl_assert(oldK == (UWord)te->vts); /* else what did delFromFM find?! */ in vts_tab__do_GC()