HomeSort by relevance Sort by last modified time
    Searched refs:oldK (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/include/
pub_tool_sparsewa.h 69 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV,
pub_tool_wordfm.h 96 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key );
  /external/valgrind/main/coregrind/
m_sparsewa.c 369 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key )
406 *oldK = key; /* this is silly */
m_wordfm.c 639 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key )
644 if (oldK)
645 *oldK = node->key;
  /external/valgrind/main/exp-sgcheck/
sg_main.c 574 UWord oldK, oldV;
583 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd );
587 tl_assert(nd == (StackTreeNode*)oldK);
766 UWord keyW, valW, oldK, oldV;
784 b = VG_(delFromFM)( gitree, &oldK, &oldV, (UWord)&key );
787 tl_assert(oldK == keyW); /* check we deleted the node we just found */
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]

Completed in 68 milliseconds