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