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

  /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 60 milliseconds