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

  /external/valgrind/include/
pub_tool_wordfm.h 99 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key );
  /external/valgrind/coregrind/
m_wordfm.c 630 /*OUT*/UWord* oldK, /*OUT*/UWord* oldV, UWord key )
635 if (oldK)
636 *oldK = node->key;
  /external/valgrind/exp-sgcheck/
sg_main.c 573 UWord oldK, oldV;
582 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd );
586 tl_assert(nd == (StackTreeNode*)oldK);
765 UWord keyW, valW, oldK, oldV;
783 b = VG_(delFromFM)( gitree, &oldK, &oldV, (UWord)&key );
786 tl_assert(oldK == keyW); /* check we deleted the node we just found */
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 854 milliseconds