Searched refs:oldK (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_sparsewa.h | 69 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV,
|
D | pub_tool_wordfm.h | 96 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key );
|
/external/valgrind/main/coregrind/ |
D | m_sparsewa.c | 369 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key ) in VG_() 406 *oldK = key; /* this is silly */ in VG_()
|
D | m_wordfm.c | 639 /*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/ |
D | sg_main.c | 574 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/ |
D | libhb_core.c | 2293 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()
|